Skip to content

Commit

Permalink
sort antrag properties alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrell committed Nov 20, 2024
1 parent e9af6fd commit 30c42b0
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -730,33 +730,34 @@ The field `produkttyp` can currently be one of the following values: `RATENKREDI
"unterlage": String
}

##### Ratenschutz
##### Bonitaetsrechnung

{
"praemieBrutto": BigDecimal
"praemieMonatlich": BigDecimal
"praemieNetto": BigDecimal
"produktanbieter": [Produktanbieter]
"versicherteRate": BigDecimal
"versicherungssumme": BigDecimal
"versicherteRisikenAntragsteller1": [ VersichertesRisiko ]
"versicherteRisikenAntragsteller2": [ VersichertesRisiko ]
einnahmen: BonitaetsrechnungGroup
ausgaben: BonitaetsrechnungGroup
total: String
}

The type `VersichertesRisiko` can currently be one of the following values: `ARBEITSLOSIGKEIT`, `ARBEITSUNFAEHIGKEIT`, `LEBEN`
###### BonitaetsrechnungGroup

##### Ratenkredit
{
positions: [BonitaetsrechnungPosition]
total: String
}

###### BonitaetsrechnungPosition

{
"produktanbieter": Produktanbieter
"produktanbieterId": String,
"produktbezeichnung": String,
"produktart": String,
"schlussrate": BigDecimal,
"vorlaufzinsenProTag": BigDecimal
label: String
value: String
}

The field `produktart` can currently be one of the following values: `AUTOKREDIT`, `MODERNISIERUNGSKREDIT`, `RATENKREDIT`, `BUSINESSKREDIT`
##### Dokument

{
"url": String,
"name": String
}

##### Gesamtkonditionen

Expand All @@ -772,13 +773,6 @@ The field `produktart` can currently be one of the following values: `AUTOKREDIT

The percentage values (`effektivzins`, `sollzins`) are based on 100 (`1.23` instead of `0.0123`).

##### Dokument

{
"url": String,
"name": String
}

##### Identifikation

{
Expand All @@ -790,28 +784,34 @@ The percentage values (`effektivzins`, `sollzins`) are based on 100 (`1.23` inst

The field `antragstellername` contains the name in the format "\<first name\> \<last name\>".

##### Bonitaetsrechnung
##### Ratenkredit

{
einnahmen: BonitaetsrechnungGroup
ausgaben: BonitaetsrechnungGroup
total: String
"produktanbieter": Produktanbieter
"produktanbieterId": String,
"produktbezeichnung": String,
"produktart": String,
"schlussrate": BigDecimal,
"vorlaufzinsenProTag": BigDecimal
}

###### BonitaetsrechnungGroup

{
positions: [BonitaetsrechnungPosition]
total: String
}
The field `produktart` can currently be one of the following values: `AUTOKREDIT`, `MODERNISIERUNGSKREDIT`, `RATENKREDIT`, `BUSINESSKREDIT`

###### BonitaetsrechnungPosition
##### Ratenschutz

{
label: String
value: String
"praemieBrutto": BigDecimal
"praemieMonatlich": BigDecimal
"praemieNetto": BigDecimal
"produktanbieter": [Produktanbieter]
"versicherteRate": BigDecimal
"versicherungssumme": BigDecimal
"versicherteRisikenAntragsteller1": [ VersichertesRisiko ]
"versicherteRisikenAntragsteller2": [ VersichertesRisiko ]
}

The type `VersichertesRisiko` can currently be one of the following values: `ARBEITSLOSIGKEIT`, `ARBEITSUNFAEHIGKEIT`, `LEBEN`

## Terms of use

The APIs are made available under the following [Terms of Use](https://docs.api.europace.de/terms/).

0 comments on commit 30c42b0

Please sign in to comment.