FinancialResume
payslip_incomes object
anyOf
- MOD1
- MOD2
number
taxnotice_incomes object
anyOf
- MOD1
- MOD2
number
taxable_incomes object
anyOf
- TaxableIncome
- MOD2
type object
anyOf
- MOD1
- MOD2
string
amount object
anyOf
- MOD1
- MOD2
number
period_lengthPeriod Length (integer)
Default value:
12
editedEdited (boolean)
indicates if user has changed it or if auto generated
Default value:
false
wages object
anyOf
- MOD1
- MOD2
Array [
document_id object
anyOf
- MOD1
- MOD2
string
periodPeriod (string)
Default value:
period_start object
anyOf
- MOD1
- MOD2
string
period_end object
anyOf
- MOD1
- MOD2
string
amount object
anyOf
- MOD1
- MOD2
number
ajusted_amount object
anyOf
- MOD1
- MOD2
number
selectedSelected (boolean)
Default value:
true
editedEdited (boolean)
indicates if user has changed it or if auto generated
Default value:
false
]
additional_incomes object[]
Array [
type object
anyOf
- MOD1
- MOD2
string
comment object
anyOf
- MOD1
- MOD2
string
amount object
anyOf
- MOD1
- MOD2
number
period_lengthPeriod Length (integer)
Default value:
1
period_start object
anyOf
- MOD1
- MOD2
string
period_end object
anyOf
- MOD1
- MOD2
string
srcSrc (string)
Possible values: [manual
, auto
]
Default value:
auto
]
estimated_incomes object
anyOf
- MOD1
- MOD2
number
estimated_solvency object
anyOf
- MOD1
- MOD2
number
FinancialResume
{
"payslip_incomes": 0,
"taxnotice_incomes": 0,
"taxable_incomes": {
"type": "string",
"amount": 0,
"period_length": 12,
"edited": false
},
"wages": [
{
"document_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"period": "string",
"period_start": "2024-07-29",
"period_end": "2024-07-29",
"amount": 0,
"ajusted_amount": 0,
"selected": true,
"edited": false
}
],
"additional_incomes": [
{
"type": "string",
"comment": "string",
"amount": 0,
"period_length": 1,
"period_start": "2024-07-29",
"period_end": "2024-07-29",
"src": "auto"
}
],
"estimated_incomes": 0,
"estimated_solvency": 0
}