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

Add payoff scripting framework #16

Merged
merged 2 commits into from
Aug 14, 2023

Conversation

sschlenkrich
Copy link
Member

This PR adds the framework for scripted payoffs. Payoffs reference analytical model functions like zero bond and asset prices. Furthermore, payoffs can be composed into computational graphs that represent cash flows of financial instruments.

@codecov-commenter
Copy link

Codecov Report

Merging #16 (6408c44) into main (77498d6) will increase coverage by 0.24%.
The diff coverage is 99.37%.

@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
+ Coverage   97.58%   97.83%   +0.24%     
==========================================
  Files          22       27       +5     
  Lines         995     1156     +161     
==========================================
+ Hits          971     1131     +160     
- Misses         24       25       +1     
Files Changed Coverage Δ
src/DiffFusion.jl 100.00% <ø> (ø)
src/payoffs/RatesPayoffs.jl 97.50% <97.50%> (ø)
src/payoffs/BinaryNodes.jl 100.00% <100.00%> (ø)
src/payoffs/Leafs.jl 100.00% <100.00%> (ø)
src/payoffs/Payoff.jl 100.00% <100.00%> (ø)
src/payoffs/UnaryNodes.jl 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sschlenkrich sschlenkrich merged commit 841c854 into frame-consulting:main Aug 14, 2023
@sschlenkrich sschlenkrich deleted the wip/payoffs branch August 14, 2023 09:10
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.

3 participants