We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
User is able to set assumption via Index, like:
Index
([1,2,3],("Mortgage",{"CPR":0.01} )...
Here the performance assumption is applied to assets with index of 1,2,3.
But it creates the burden which force user to remember the asset attributes and indexes in this pool.
i.e
but what if the assets in pool has changed ? then rerun the step A was required.
what if adding an optional tag to assets, then apply assumption via tag ?
("High Coupon",("Mortgage",{"CPR":0.01} )... ("Low Risk",("Mortgage",{"CPR":0.01} )...
The text was updated successfully, but these errors were encountered:
done with 58c220c
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Apply Assumption Via Index
User is able to set assumption via
Index
, like:Here the performance assumption is applied to assets with index of 1,2,3.
But it creates the burden which force user to remember the asset attributes and indexes in this pool.
i.e
but what if the assets in pool has changed ? then rerun the step A was required.
what if adding an optional tag to assets, then apply assumption via tag ?
The text was updated successfully, but these errors were encountered: