Skip to content

Commit

Permalink
Add option for outputs at intermediate inuring priorities
Browse files Browse the repository at this point in the history
  • Loading branch information
hchagani-oasislmf committed Feb 28, 2024
1 parent 8e0a116 commit 451d013
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ods_tools/data/analysis_settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,16 @@
"description": "Specified which outputs should be generated for which summary sets, for reinsurance net losses.",
"$ref": "#/definitions/output_summaries"
},
"ri_inuring_priorities": {
"type": "array",
"minItems": 1,
"items": {
"type": "integer",
"minimum": 1
},
"title": "Outputs at intermediate inuring priorities",
"description": "Request output at intervening inuring priorities specified as list of integers '[1, 3, 4 .. etc]'"
},
"full_correlation": {
"type": "boolean",
"title": "Produce fully correlated output",
Expand Down

0 comments on commit 451d013

Please sign in to comment.