Skip to main content

ScoreModelForm

formulestringrequired

The formula to calculate the score

Example: 10 * age+ 5 * income
intitulestringrequired

The title of the formula

Example: Score Financier
codeTypeFormulestringrequired

The code type of the formula

Example: Score Financier
descriptionstring
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"
]
}