iso4217

package module
v0.0.0-...-1725e57 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2022 License: GPL-3.0 Imports: 5 Imported by: 0

README

iso4217

working is ISO4217

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Country

type Country struct {
	CountryName  string `xml:"CtryNm"`
	CurrencyName string `xml:"CcyNm"`
	Abbreviation string `xml:"Ccy"`
	CurrencyCode string `xml:"CcyNbr"`
	MinorUnits   string `xml:"CcyMnrUnts"`
}

type ISO

type ISO struct {
	Published string `xml:"Pblshd,attr"`
	Table     Table  `xml:"CcyTbl"`
}
var I *ISO

type Table

type Table struct {
	Countries []Country `xml:"CcyNtry"`
}

Jump to

Keyboard shortcuts

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