-
Notifications
You must be signed in to change notification settings - Fork 75
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
ENH: implicit args for Black-Scholes modules #516
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! I think we want that feature.
Co-authored-by: simaki <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #516 +/- ##
==========================================
- Coverage 99.51% 99.48% -0.03%
==========================================
Files 50 50
Lines 1871 1960 +89
==========================================
+ Hits 1862 1950 +88
- Misses 9 10 +1
Continue to review full report at Codecov.
|
@simaki |
@simaki I have finished this implementation. |
* ENH: Add `pfhedge.__version__` support (#514) * ENH: Add Black-Scholes formulas as functional (#489) (#506) * ENH: Add `end_index` to forward start payoff functional (#518) * ENH: Add `clauses`, `named_clauses` to derivative (#520) * ENH: implicit args for Black-Scholes modules (#516) * ENH: Add bilinear interpolation function `bilerp` (close #523) (#527) * ENH: Add `.float16()`, `.float32(), `.float64()` to Instrument (#524) * BUG: Stop assigning arbitrary strike to autogreek.delta (#517) * DOC: Update functional documentations (#508) * DOC: Add note on discrete/continuous monitoring (#513) * DOC: Add note on adding clause (#515) * DOC: Elaborate documentation on payoff (#519) * MAINT: Refactor BlackScholes module using factory (close #509) (#510) * MAINT: Miscellaneous refactoring (#507) (#521) (#525) * CHORE: Run Publish action on release (#504) * Bumping version from 0.17.0 to 0.18.0 (#532) Co-authored-by: Masanori HIRANO <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
No description provided.