Parse Lightyear Account Statement
parse_lightyear_statementParses a Lightyear account statement CSV to generate a summary or detailed trade/distribution rows. Filter by date range.
Instructions
Parse a Lightyear account statement CSV. Returns summary by default; set include_rows=true for trade/distribution details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | No | Only include entries up to this date (YYYY-MM-DD) | |
| file_ref | No | Opaque Lightyear AccountStatement file reference. | |
| date_from | No | Only include entries from this date (YYYY-MM-DD) | |
| file_path | No | AccountStatement path/base64 input. Provide exactly one of file_path or file_ref. | |
| include_rows | No | Include individual trade/distribution rows (default false — summary only) |