Skip to main content

FinancialResume

payslip_incomes object
anyOf
number
taxnotice_incomes object
anyOf
number
taxable_incomes object
anyOf
type object
anyOf
string
amount object
anyOf
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
  • Array [
  • document_id object
    anyOf
    string
    periodPeriod (string)
    Default value:
    period_start object
    anyOf
    string
    period_end object
    anyOf
    string
    amount object
    anyOf
    number
    ajusted_amount object
    anyOf
    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
    string
    comment object
    anyOf
    string
    amount object
    anyOf
    number
    period_lengthPeriod Length (integer)
    Default value: 1
    period_start object
    anyOf
    string
    period_end object
    anyOf
    string
    srcSrc (string)

    Possible values: [manual, auto]

    Default value: auto
  • ]
  • estimated_incomes object
    anyOf
    number
    estimated_solvency object
    anyOf
    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
    }