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

[Story]: Refinance debt #209

Closed yellowbean closed 1 month ago

yellowbean commented 1 month ago

Background

In CLO world ,the equity holder has the option to reset/refinance/reissue the transaction.

To mimic such behavior , there should be one more deal assumption to be added .

Refinance There are two types of Refinance behavior:

Propose syntax

("refinance",
  ("byRate",<date>, bond name, <bond rate info>,<account>)
  .....
  )

Difference with master trustee

yellowbean commented 1 month ago

3ad498a

yellowbean commented 1 month ago

Need to rebuild interest rate reset actions if bond convert into floater from fixed rate bond

yellowbean commented 1 month ago

25a0c0c