Parse Lightyear Capital Gains
parse_lightyear_capital_gainsParses a Lightyear Capital Gains Statement CSV using FIFO to show cost basis, proceeds, and realized capital gains for each sale.
Instructions
Parse a Lightyear Capital Gains Statement CSV (FIFO method). Shows cost basis, proceeds, and realized capital gains per sale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_ref | No | Opaque Lightyear capital-gains file reference. | |
| file_path | No | CapitalGainsStatement path/base64 input. Provide exactly one of file_path or file_ref. |