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

[Expose Obligor's Field] #211

Closed yellowbean closed 1 month ago

yellowbean commented 1 month ago

The obligor shall add new field called "ObligorField"

The field should be a map with type (String, Either String Double), which can store all type of information ,either in String or Number

Like , {"FICO":400} , or {"Classification":"A"}

Add new rules in Assumption ,so user can setup assumptions base on field.

yellowbean commented 1 month ago

4266be9

yellowbean commented 1 month ago

example link: https://absbox-doc.readthedocs.io/en/latest/nbsample/ObligorField.html

errors shall go way once absbox 0.29.3 release