Parse Lightyear Capital Gains
parse_lightyear_capital_gainsParse a Lightyear Capital Gains Statement CSV to compute cost basis, proceeds, and realized capital gains per sale using the FIFO method.
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. |