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

Add "Begin Balance" to CashflowFrame #178

Closed yellowbean closed 3 months ago

yellowbean commented 3 months ago

The cashflow frame contains records like

<EndingBalance> <Date> <Principal> <Interest>

A. But the missing Begin Balance causes trouble when merging two cashflows. ( causing Bug: https://github.com/yellowbean/AbsBox/issues/68 )

B. The missing and will lost information on how to derive at first period, from Integrity perspective, it should be enhanced

yellowbean commented 3 months ago

https://github.com/yellowbean/Hastructure/issues/168

yellowbean commented 3 months ago

667aa09