Skip to content

Commit

Permalink
Add bonitaetsrechnung (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangRongLin authored Oct 17, 2024
1 parent 0e3050b commit 7daf892
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ The attributes within a block can be specified in any order. There are the scala
sofortkredit: Boolean
vollstaendigkeit: Vollstaendigkeit
vorhersage: Vorhersage
bonitaetsrechnung: Bonitaetsrechnung
}

#### AngebotGesamtkonditionen
Expand Down Expand Up @@ -700,6 +701,7 @@ The field `svg` contains the URL of the svg and not the content.
identifikationAntragsteller1: Identifikation
identifikationAntragsteller2: Identifikation
machbarkeit: Machbarkeit
bonitaetsrechnung: Bonitaetsrechnung
}

##### AntragGesamtkonditionen
Expand Down Expand Up @@ -737,6 +739,28 @@ The field `svg` contains the URL of the svg and not the content.

### Common

#### Bonitaetsrechnung

{
einnahmen: BonitaetsrechnungGroup
ausgaben: BonitaetsrechnungGroup
total: String
}

##### BonitaetsrechnungGroup

{
positions: [BonitaetsrechnungPosition]
total: String
}

##### BonitaetsrechnungPosition

{
label: String
value: String
}

#### Machbarkeit

{
Expand Down

0 comments on commit 7daf892

Please sign in to comment.