Skip to content

Commit 89090a9

Browse files
committed
Apply the deprecated options to duplicated options
1 parent e0199e3 commit 89090a9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

ods_tools/data/model_settings_schema.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,14 +1380,16 @@
13801380
"pla": {
13811381
"type": "boolean",
13821382
"title": "Apply Post Loss Amplification",
1383-
"description": "If true apply post loss amplification/reduction to losses by default.",
1384-
"default": false
1383+
"description": "Legacy - moved to 'computation_settings'.",
1384+
"default": false,
1385+
"deprecated": true,
13851386
},
13861387
"do_disaggregation": {
13871388
"type": "boolean",
13881389
"title": "Apply Oasis Disaggregation",
1389-
"description": "Set whether to split terms and conditions for aggregate exposure (optional)",
1390-
"default": true
1390+
"description": "Legacy - moved to 'computation_settings'",
1391+
"default": true,
1392+
"deprecated": true,
13911393
},
13921394
"string_parameters":{
13931395
"$ref": "#/definition/extensible_parameters/properties/string_parameters"
@@ -1470,6 +1472,7 @@
14701472
"type": "array",
14711473
"title": "Correlation Settings (Legacy)",
14721474
"description": "Legacy Correlation Settings. Now moved to model_settings",
1475+
"deprecated": true,
14731476
"items": {
14741477
"type": "object",
14751478
"properties": {

0 commit comments

Comments
 (0)