revolut

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CsvTX

type CsvTX struct {
	Timestamp   time.Time
	ID          string
	Description string
	Rate        decimal.Decimal
	PaidOut     decimal.Decimal
	PaidIn      decimal.Decimal
	ExchangeOut wallet.Currency
	ExchangeIn  string
	Balance     decimal.Decimal
	Category    string
	Notes       string
}

type Revolut

type Revolut struct {
	CsvTXs        []CsvTX
	TXsByCategory wallet.TXsByCategory
	Sources       source.Sources
}

func New

func New() *Revolut

func (*Revolut) ParseCSV

func (revo *Revolut) ParseCSV(reader io.Reader, account string) (err error)

Jump to

Keyboard shortcuts

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