models

package
v0.0.0-...-164e11b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2024 License: MPL-2.0 Imports: 0 Imported by: 0

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.
	NumberOfShares  string  // Quantity of shares involved, if applicable.
	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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL