Skip to content

Commit

Permalink
feat(docs): update format
Browse files Browse the repository at this point in the history
  • Loading branch information
sam committed Mar 8, 2021
1 parent 501e89a commit acdc10f
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone-cabal-kb",
"version": "1.2.1",
"version": "1.3.0",
"description": "Backbone Cabal Knowledgebase",
"main": "index.js",
"files": [
Expand Down
28 changes: 28 additions & 0 deletions pricing_gastx.md
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 | |
Loading

0 comments on commit acdc10f

Please sign in to comment.