Parse Lightyear Account Statement
parse_lightyear_statementParse a Lightyear account statement CSV to get a transaction summary or detailed trade/distribution rows with optional date filtering.
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) | |
| date_from | No | Only include entries from this date (YYYY-MM-DD) | |
| file_path | Yes | Absolute path to Lightyear AccountStatement CSV file. | |
| include_rows | No | Include individual trade/distribution rows (default false — summary only) |