-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RunPool consistency. #61
Comments
Yes, the mismatch of asset with its performance assumption is headache if there isn't any tips, it is better to be enhance at Hastructure level. This task is blocked with error message handling #159. Current engine just stops returning any useful error message if it came into exception. This enhancement will be included in 0.27.x
The first element of Assumption tuple ( like "Mortgage", "Receivable" ..) , represent a boarder concept called Pool assumption ("Mortgage".. ) can be used to apply for asset code refer to : https://github.com/yellowbean/Hastructure/blob/2309478005f8cb0bc087f882d61aae9eb877ab45/src/AssetClass/AssetBase.hs#L165
Designing this way is for easy scalability, for each category can include new asset. For example, like . The confusion maybe be raised because there is an asset named let me know if this make sense.
|
Okay this makes sense, thanks a lot for the thorough explanation. |
Description
Great work on adding receivables to version 26.5, this is very useful!
Versions:
Hastructure: 0.26.5
Absbox: 0.26.6
The text was updated successfully, but these errors were encountered: