-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial commit for targeted long * first pass at iterative approach * update price derivative * fix optional & required args; switch back to newton's method * update test; adds Result on open_long; bugfix * propagate optional bond_amount to lower fns; fixes * bugfix and docstrings * fix type signatures to support multiple input types * addressing some feedback * fixes rebase issues * lint fixes from rebase * addressing feedback
- Loading branch information
Showing
6 changed files
with
598 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ mod close; | |
mod fees; | ||
mod max; | ||
mod open; | ||
mod targeted; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.