Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
fixed cgmy option documents
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhstahl committed Dec 8, 2018
1 parent 6f98b27 commit 600456f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 1 addition & 6 deletions docs/PostCGMYRequestOptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@
"type": "number"
},
"example":[50]
},
"quantile": {
"type": "number",
"example": 0.01
}
},
"required": [
Expand All @@ -77,8 +73,7 @@
"maturity",
"asset",
"cf_parameters",
"strikes",
"quantile"
"strikes"
],
"additionalProperties": false
}
4 changes: 0 additions & 4 deletions docs/openapi_merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,17 +148,13 @@ paths:
type: number
example:
- 50
quantile:
type: number
example: 0.01
required:
- num_u
- rate
- maturity
- asset
- cf_parameters
- strikes
- quantile
additionalProperties: false
'/v1/heston/calculator/{optionType}/{sensitivity}':
post:
Expand Down

0 comments on commit 600456f

Please sign in to comment.