Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion schemas/v0.0.1/datenpaket_usecase1.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
{
"portfolioID": "56a5a31b-d850-40e6-a9db-dc26cfcda471",
"portfolioName": "Prime Portfolio",
"portfolioPrice": {
"currency": "EUR",
"value": 8000000
},
"courtage": {
"hasCourtage": true,
"courtage": 3.57,
"courtageNote": "Die Provision beträgt 3,57% vom Kaufpreis zzgl. MwSt. und ist vom Käufer zu zahlen."
},
"assets": [
{
"assetID": "56a5a31b-d850-40e6-a9db-dc26cfcda471",
Expand All @@ -47,4 +56,4 @@
]
}
]
}
}
9 changes: 8 additions & 1 deletion schemas/v0.0.1/datenpaket_usecase2.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
{
"portfolioID": "56a5a31b-d850-40e6-a9db-dc26cfcda471",
"portfolioName": "Prime Portfolio",
"portfolioPrice": {
"currency": "EUR",
"value": 8000000
},
"courtage": {
"hasCourtage": false
},
"assets": [
{
"assetID": "56a5a31b-d850-40e6-a9db-dc26cfcda471",
Expand Down Expand Up @@ -75,4 +82,4 @@
]
}
]
}
}
Loading