{"openapi":"3.0.4","info":{"title":"Returns the individual cashflows that make up a single cashflow bucket, with their source lineage.","description":"Returns the individual cashflows inside the requested bucket window for the holdings of the specified\r\nportfolios, annotated with the source (Instrument, Transaction or SRS) that produced each cashflow.\r\n            \r\nThe drill-down returns the complete resolved stream, including transaction-sourced cashflows, which\r\nbucketed responses using the (default) InstrumentCashFlow representation exclude. To reconcile the\r\ndrill-down against such a bucketed response, first exclude rows with a sourceType of 'Transaction'.","version":"0.0.1"},"servers":[{"url":"https://fbn-prd.lusid.com/api"}],"paths":{"/api/instrumentevents/$queryBucketCashFlowDrillDown":{"post":{"tags":["Instrument Events"],"summary":"Returns the individual cashflows that make up a single cashflow bucket, with their source lineage.","description":"Returns the individual cashflows inside the requested bucket window for the holdings of the specified\r\nportfolios, annotated with the source (Instrument, Transaction or SRS) that produced each cashflow.\r\n            \r\nThe drill-down returns the complete resolved stream, including transaction-sourced cashflows, which\r\nbucketed responses using the (default) InstrumentCashFlow representation exclude. To reconcile the\r\ndrill-down against such a bucketed response, first exclude rows with a sourceType of 'Transaction'.","operationId":"QueryBucketCashFlowDrillDown","requestBody":{"description":"The Query Information.","content":{"application/json-patch+json":{"schema":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/QueryBucketCashFlowDrillDownRequest"},"example":{"bucketStart":"2020-01-01T00:00:00.0000000+00:00","bucketEnd":"2020-07-01T00:00:00.0000000+00:00","startInclusive":true,"endInclusive":false,"portfolioEntityIds":[{"scope":"portfolioScope","code":"portfolioCode","portfolioEntityType":"SinglePortfolio"}],"effectiveAt":"2020-01-01T00:00:00.0000000+00:00","recipeId":{"scope":"default","code":"default"},"reportCurrency":"USD","excludeUnsettledTrades":false}},"application/json":{"schema":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/QueryBucketCashFlowDrillDownRequest"},"example":{"bucketStart":"2020-01-01T00:00:00.0000000+00:00","bucketEnd":"2020-07-01T00:00:00.0000000+00:00","startInclusive":true,"endInclusive":false,"portfolioEntityIds":[{"scope":"portfolioScope","code":"portfolioCode","portfolioEntityType":"SinglePortfolio"}],"effectiveAt":"2020-01-01T00:00:00.0000000+00:00","recipeId":{"scope":"default","code":"default"},"reportCurrency":"USD","excludeUnsettledTrades":false}},"text/json":{"schema":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/QueryBucketCashFlowDrillDownRequest"},"example":{"bucketStart":"2020-01-01T00:00:00.0000000+00:00","bucketEnd":"2020-07-01T00:00:00.0000000+00:00","startInclusive":true,"endInclusive":false,"portfolioEntityIds":[{"scope":"portfolioScope","code":"portfolioCode","portfolioEntityType":"SinglePortfolio"}],"effectiveAt":"2020-01-01T00:00:00.0000000+00:00","recipeId":{"scope":"default","code":"default"},"reportCurrency":"USD","excludeUnsettledTrades":false}},"application/*+json":{"schema":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/QueryBucketCashFlowDrillDownRequest"},"example":{"bucketStart":"2020-01-01T00:00:00.0000000+00:00","bucketEnd":"2020-07-01T00:00:00.0000000+00:00","startInclusive":true,"endInclusive":false,"portfolioEntityIds":[{"scope":"portfolioScope","code":"portfolioCode","portfolioEntityType":"SinglePortfolio"}],"effectiveAt":"2020-01-01T00:00:00.0000000+00:00","recipeId":{"scope":"default","code":"default"},"reportCurrency":"USD","excludeUnsettledTrades":false}}}},"responses":{"200":{"description":"The individual cashflows inside the requested bucket.","content":{"application/json":{"schema":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/ResourceListOfCashFlowDetail"}},"text/plain":{"schema":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/ResourceListOfCashFlowDetail"}},"text/json":{"schema":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/ResourceListOfCashFlowDetail"}}}},"400":{"description":"The details of the input related failure","content":{"application/json":{"schema":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/LusidValidationProblemDetails"}},"text/plain":{"schema":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/LusidValidationProblemDetails"}},"text/json":{"schema":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/LusidValidationProblemDetails"}}}},"default":{"description":"Error response","content":{"application/json":{"schema":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/LusidProblemDetails"}}}}},"security":[{"BearerAuth":[]}],"x-fbn-apistatus":"Stable"}}},"components":{"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer"}}}}