generated from sambacha/starter-slim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sam
committed
Mar 8, 2021
1 parent
501e89a
commit acdc10f
Showing
4 changed files
with
248 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
| **values_pricing_gastx** | **\_id** | **description** | | ||
| ------------------------------------------------------------------------------------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------- | | ||
| 1191914 | s | Price of underlying asset | | ||
| 3 | k | Strike price of the option. In the case of average strike options, k/s is the multiplier for the average | | ||
| 3575742 | k/s multipler | std dev multipler of s by K | | ||
| 5.87 | v | Volatility of the underlygin asset price, defined as the annualized standard deviation of the continuously-compounded return | | ||
| 4.4 | r | Annual continuously-compounded risk-free interest rate | | ||
| 0.08219178082 | tt | Time to maturity in estimated block time ~(13s = 1block) | | ||
| 0 | d | Dividend yield, annualized, continuously-compounded | | ||
| 10080 | m | Number of prices in the average calculation (based on BitMex contract EVO7LD) | | ||
| | numsim | Number of Monte Carlo iterations | | ||
| | printsds | Print standard deviation for the particular Monte Carlo calculation | | ||
| \*The settlement price is calculated from 10080 snaps over the 7-day period (1440 per day). | | | | ||
| Measuring Price Average (Alternative Model to BitMex) | | | | ||
| 4 | OHLC | Open, High, Low, Close | | ||
| 30 | Days | Periods of measurement (24 hours) | | ||
| 120 | Total | points of price times periods of measurement | | ||
| 120 | m | | | ||
| 30/365 | tt | Time to Maturity | | ||
| Max Gas Price Points | | | | ||
| seconds per block | 15 | | | ||
| blocks per minute | 4 | | | ||
| minutes per hour | 60 | | | ||
| blocks per hour | 240 | | | ||
| blocks per day | 5760 | | | ||
| gas price points per day | 5760 | | | ||
| gas price points per week | 40320 | | | ||
| gas price points per month | 1209600 | | |
Oops, something went wrong.