• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Normal default probability vs forward default probability/conditional default

Joined
8/24/19
Messages
1
Points
11
Is the diagram correct in calculating foward PD(conditional default) ? Or should the formula be
Probability of default = probability of survival x forward PD
Which of this is equal to marginal PD(unconditional) and which of this is equal to hazard rate?

I am trying to model probability of default using survival analysis but got confused with the definition. I want to try and compute 12-month PD which is what the IFRS9 needs. After getting the PD for each month, I am not sure which PD to sum to get the 12 month PD I.e marginal or forward PD.
 

Attachments

  • CEE04E96-EE66-4BC2-9E26-71655E7B6DD4.jpeg
    CEE04E96-EE66-4BC2-9E26-71655E7B6DD4.jpeg
    1.3 MB · Views: 95
Seems like you need the survival prob. PD_12 is the product of each monthly marginal, right? If so, that's the left side of the equation. Whereas the PS_12-1 would be sum_product of 1-PD_i for each i from 0 to 11. Just my guess.
 
Back
Top