yellowbean / Hastructure

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

Seperate float portion of interest in Aggregate Pool Cashflow #187

Closed yellowbean closed 2 months ago

yellowbean commented 2 months ago

User can feed an projected pool cashflow to start deal run.

But the problem is :

The projected pool cashflow lose the information that what's the pct of interest flow attributed to floater assets ? The input interest flow remains same regardless interest curve input ..

This will cause basis risk because in the cashflow projection of bonds, the floater index of bond will be updated by interest assumption. But the interest cashflow from the pool remains the same, because the engine doesn't know how increase or decrease the interest flow .

yellowbean commented 2 months ago

Input

Algo to separate the cashflow

yellowbean commented 2 months ago

215c80c