ScoreModelForm
formulestringrequired
The formula to calculate the score
Example:
10 * age+ 5 * incomeintitulestringrequired
The title of the formula
Example:
Score FinanciercodeTypeFormulestringrequired
The code type of the formula
Example:
Score Financierdescriptionstring
argumentsstring[]required
The arguments of the formula
Example:
["age","income"]ScoreModelForm
{
"formule": "10 * age+ 5 * income",
"intitule": "Score Financier",
"codeTypeFormule": "Score Financier",
"description": "string",
"arguments": [
"age",
"income"
]
}