yellowbean / Hastructure

ABS/MBS cashflow engine written in Haskell, with API to Python and C/Java (on the way)
https://deal-bench.xyz
Other
16 stars 4 forks source link

New Assumption: CDR+DefaultAtEnd #192

Closed yellowbean closed 1 month ago

yellowbean commented 2 months ago

Like a balloon mortgage or other asset that has a large portion of principal repay at the end of life.

For such asset, it's not best to use CDR which means the default rate is evenly distributed over the life time.

But in the real world, it's large default balance is allocated in the last period ,which presents a larger repayment obligation.

To model such feature, the default rate should looks like: ( default rate 1, default rate 2)

Applicable Asset Class

yellowbean commented 1 month ago

done at acc8969