Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow committed Aug 27, 2024
1 parent 7cea19a commit f27d681
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/v3/proposal/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"description": "[Only for vanilla options] The choices of predefined strike price for client to choose",
"type": "array"
},
"barrier_spot_distance": {
"description": "[Only for Turbos] The relative distance between current spot and the barrier.",
"type": "string"
},
"cancellation": {
"description": "Contains information about contract cancellation option.",
"type": "object",
Expand Down Expand Up @@ -299,6 +303,13 @@
10
]
},
"payout_choices": {
"description": "[Only for Turbos] The choices of predefined payout per point for client to choose",
"type": "array",
"items": {
"type": "number"
}
},
"spot": {
"description": "Spot value (if there are no Exchange data-feed licensing restrictions for the underlying symbol).",
"type": "number",
Expand Down

0 comments on commit f27d681

Please sign in to comment.