Key Principles
Principle | Decision / Discussion | Status |
---|---|---|
Aggregation |
| BMPI PROPOSAL |
Scope is Portfolio |
| BMPI PROPOSAL |
Currency |
| BMPI PROPOSAL |
Benchmark Data |
| BMPI PROPOSAL |
Breakdown Segments |
| BMPI PROPOSAL |
Interface "PortfolioProfitLoss"
Status | IMPLEMENTED | ||
---|---|---|---|
Usage & Contents |
| ||
Path | /portfolio/profitloss | ||
Parameters | portfolioId | string | The id of the portfolio (or consolidation) in the data source |
startDate | string (date) | The start date the reporting is produced for | |
endDate | string (date) | The end date the reporting is produced for | |
Example call | /portfolio/profitloss?portfolioId=E0002&startDate=2019-01-01&endDate=2019-04-15 | ||
Response structure | If the API can fulfill the request (response status code 200 = OK) the response must follow the below json-schema.
| ||
Schema | |||
Error handling | If the request can't be fulfilled an appropriate response status code (4xx or 5xx) must be used. Possible errors could be
The body of the response should contain information about the reason of the error in plain text or as json object. | ||
Reporting Business Logic |
|
Add Comment