Skip to content
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

Simulations as Blocks #534

Open
SeanMcOwen opened this issue Nov 7, 2024 · 0 comments
Open

Simulations as Blocks #534

SeanMcOwen opened this issue Nov 7, 2024 · 0 comments

Comments

@SeanMcOwen
Copy link
Collaborator

An example of this might be the best way to explain:

Imagine we have an MSML spec that allows us to run some simulations on credit portfolios to assess different scenarios and the average values of the portfolio. Then there might be some form of post-processing that determines percentile levels of risk.

But what if instead of having it be a post-processing step, we might be able to actually have a simulation block that is a special kind that implements running monte carlo runs of a wiring? Then we might be able to build up to something like:

Wiring 1: User balances credit portfolio
Wiring 2: Monte Carlo Simulation Block to find percentile risks
Wiring 3: User implements any hedging based on percentile risks to decrease overall exposure
Wiring 4: Time passes + changes in credit quality wiring

And repeat.

This is one example of a nested simulation block but the overall idea would be to have a formalized block definition that allows you to run entire simulations as blocks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant