+ Reply to Thread
Results 1 to 2 of 2

How to calculate total probability of loss from combination of probabilities

  1. #1
    Registered User
    Join Date
    11-30-2009
    Location
    New York City
    MS-Off Ver
    Excel 2003
    Posts
    12

    How to calculate total probability of loss from combination of probabilities

    I have a list of financial products which have an annual expected loss and dollar size per item. I need to estimate what the expected loss would be for a group of these items if they were put together. So, for example instead of owning just one financial product which has a $100mm value and a 50bps annual expected loss I would own a $100mm notional product with a 50bps annual probability of loss, a $120mm product with a 30bps annual probability of loss and a $50mm product with a 150bps annual expected loss.

    How would I calculate my expected loss for the $270mm in products I have in the latter case? Your help would be greatly appreciated. Thank you

  2. #2
    Forum Expert davegugg's Avatar
    Join Date
    12-18-2008
    Location
    WI, US
    MS-Off Ver
    2010
    Posts
    1,884

    Re: How to calculate total probability of loss from combination of probabilities

    I think this is more a math problem than excel, isn't it?

    Lets say:
    a = Dollar Size
    z = bps of expected loss
    x = Dollar expected loss

    a * z = x

    Thus if you have 100mm value and 50 bps expected annual loss, your formula is:
    100mm * .005 = x, and in this case x = .5mm

    To get multiple entries, you'd have to get the total dollar size and total dollar expected loss, and then convert that back to bps.

    For example:

    a1 * z1 = x1
    a2 * z2 = x2
    a3 * z3 = x3

    a1 + a2 + a3 = Total a
    x1 + x2 + x3 = Total x

    Total a / Total x = Total z

    Does that answer your question?
    Is your code running too slowly?
    Does your workbook or database have a bunch of duplicate pieces of data?
    Have a look at this article to learn the best ways to set up your projects.
    It will save both time and effort in the long run!


    Dave

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1