diff --git a/models/SpecificDebtConsolidationPlanParameters.v1.json b/models/SpecificDebtConsolidationPlanParameters.v1.json index 3db2579..768dfcb 100755 --- a/models/SpecificDebtConsolidationPlanParameters.v1.json +++ b/models/SpecificDebtConsolidationPlanParameters.v1.json @@ -6,7 +6,7 @@ "objective": { "$ref": "./SimulationObjective.v1.json" }, - "relax_maximal_constraints": { + "bypass_instalment_constraints": { "type": "boolean", "default": false, "description": "Permet de ne pas tenir compte des contraintes maximal_monthly_payment et maximal_debt_ratio et de renvoyer un plan de financement dans tous les cas, en mode MINIMIZE_INSTALMENT." diff --git a/models/SpecificFundingPlanParameters.v1.json b/models/SpecificFundingPlanParameters.v1.json index 296150a..21e5867 100755 --- a/models/SpecificFundingPlanParameters.v1.json +++ b/models/SpecificFundingPlanParameters.v1.json @@ -6,7 +6,7 @@ "objective": { "$ref": "./SimulationObjective.v1.json" }, - "relax_maximal_constraints": { + "bypass_instalment_constraints": { "type": "boolean", "default": false, "description": "Permet de ne pas tenir compte des contraintes maximal_monthly_payment et maximal_debt_ratio et de renvoyer un plan de financement dans tous les cas, en mode MINIMIZE_INSTALMENT." diff --git a/models/SpecificLMNPPlanParameters.v1.json b/models/SpecificLMNPPlanParameters.v1.json index d18ca24..2c8066d 100755 --- a/models/SpecificLMNPPlanParameters.v1.json +++ b/models/SpecificLMNPPlanParameters.v1.json @@ -6,7 +6,7 @@ "objective": { "$ref": "./SimulationObjective.v1.json" }, - "relax_maximal_constraints": { + "bypass_instalment_constraints": { "type": "boolean", "default": false, "description": "Permet de ne pas tenir compte des contraintes maximal_monthly_payment et maximal_debt_ratio et de renvoyer un plan de financement dans tous les cas, en mode MINIMIZE_INSTALMENT." diff --git a/models/SpecificPinelPlanParameters.v1.json b/models/SpecificPinelPlanParameters.v1.json index 0123756..a754b38 100755 --- a/models/SpecificPinelPlanParameters.v1.json +++ b/models/SpecificPinelPlanParameters.v1.json @@ -5,6 +5,11 @@ "properties": { "objective": { "$ref": "./SimulationObjective.v1.json" + }, + "bypass_instalment_constraints": { + "type": "boolean", + "default": false, + "description": "Permet de ne pas tenir compte des contraintes maximal_monthly_payment et maximal_debt_ratio et de renvoyer un plan de financement dans tous les cas, en mode MINIMIZE_INSTALMENT." } } } \ No newline at end of file