Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct { Date string // Date of the transaction in YYYY-MM-DD format. Description string // Brief description of the transaction. BookkeepingNo string // Unique identifier for bookkeeping purposes. Fund string // The fund or account associated with the transaction. Amount float64 // The monetary value of the transaction. Currency string // Currency in which the Amount is denominated, e.g., USD, EUR. StampDutyAmount float64 // Stamp duty or tax amount applied to the transaction. Investment string // Details about the related investment, such as stock or bond name. }
Record represents a financial transaction or investment record.
Click to show internal directories.
Click to hide internal directories.