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

Implement Scheduled Repayment for Asset Type :: Loan #98

Closed yellowbean closed 12 months ago

yellowbean commented 12 months ago

Background

current asset type :: Loan only support cashflow type of:

while certain loan doesn't have regular principal repayment plan but with a custom defined schedule repayment plan.

solution

enable shcedule repayment for asset type :: Loan

yellowbean commented 12 months ago

Done with 8f4d3b8