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

use of aleatory processes to price qablet contracts #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

somdipdatta
Copy link

This is NOT a request to merge. It is an illustration how the processes in aleatory could be used to create models to price qablet contracts. qablet is an interface to define contracts, such that they could be priced using generic pricing models without having to revise the model for difference contract terms.

The main requirement is that, currently the processes generate path by path, i.e.

for each path
   for each step

However, to wrap into a qablet pricing model it should be able to support a api advance, such that you can simulate as

for each step
    for each path

This is not too hard. As you can see in this example, the fns f and g are being used as is on a np array in stead of a scalar.

Again, this is a proof of concept, requesting further discussion.

@quantgirluk
Copy link
Owner

Thank you for the interest in collaboration. I will take a look at this in the next couple of days.

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

Successfully merging this pull request may close these issues.

None yet

2 participants