Key Principles
Principle | Decision / Discussion | Status |
---|---|---|
Aggregation |
| SPECIFIED |
Scope is Portfolio |
| SPECIFIED |
Currency |
| SPECIFIED |
Benchmark Data |
| SPECIFIED |
Breakdown Segments |
| SPECIFIED |
Interface "PortfolioTransaction"
Status | IMPLEMENTED | ||
---|---|---|---|
Usage & Contents |
| ||
Path | /portfolio/transactions | ||
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/transactions?portfolioId=E0002&startDate=2019-01-01&endDate=2019-03-31 | ||
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. | ||
Consistency rules | The following rules should be adhered to by any response and will eventually be checked when consuming a response:
| ||
Reporting Business Logic | Data does not get manipulated. Filtering is out of scope. |
Add Comment