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

Floater interest rate check #102

Closed yellowbean closed 11 months ago

yellowbean commented 11 months ago

Background

there will be an error if

deal model require a index rate but it's not found in deal assumptions ,the engine will failed with error and no responds.

User won't notice anything

Solution

in deal validation module, add validation rule into pre-run check

Scope

yellowbean commented 11 months ago

done with 358f84f