auth_060_001_01

package
v0.0.0-...-d341185 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2021 License: Apache-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 ActiveCurrencyAndAmount

type ActiveCurrencyAndAmount struct {
	Value float64            `xml:",chardata"`
	Ccy   ActiveCurrencyCode `xml:"Ccy,attr"`
}

type ActiveCurrencyCode

type ActiveCurrencyCode string

Must match the pattern [A-Z]{3,3}

type AmountAndDirection102

type AmountAndDirection102 struct {
	Amt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 Amt"`
	Sgn bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 Sgn"`
}

type AmountAndDirection86

type AmountAndDirection86 struct {
	Amt float64 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 Amt"`
	Sgn bool    `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 Sgn"`
}

type CCPDailyCashFlowsReportV01

type CCPDailyCashFlowsReportV01 struct {
	CncntrtnAgt []ConcentrationAgent1 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 CncntrtnAgt"`
	SttlmAgt    []SettlementAgent1    `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 SttlmAgt"`
	SplmtryData []SupplementaryData1  `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 SplmtryData,omitempty"`
}

type ConcentrationAccount1

type ConcentrationAccount1 struct {
	InFlow      Flows1                  `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 InFlow"`
	OutFlow     Flows1                  `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 OutFlow"`
	EndOfDay    AmountAndDirection102   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 EndOfDay"`
	PeakCdt     ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 PeakCdt"`
	PeakDbt     ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 PeakDbt"`
	LatePmtConf Max10NumericText        `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 LatePmtConf"`
}

type ConcentrationAgent1

type ConcentrationAgent1 struct {
	Id   LEIIdentifier           `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 Id"`
	Acct []ConcentrationAccount1 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 Acct"`
}

type Document

type Document struct {
	CCPDalyCshFlowsRpt CCPDailyCashFlowsReportV01 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 CCPDalyCshFlowsRpt"`
}

type Flows1

type Flows1 struct {
	PmtBkFlows   AmountAndDirection102 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 PmtBkFlows"`
	InvstmtFlows AmountAndDirection102 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 InvstmtFlows"`
}

type LEIIdentifier

type LEIIdentifier string

Must match the pattern [A-Z0-9]{18,18}[0-9]{2,2}

type Max10NumericText

type Max10NumericText string

Must match the pattern [0-9]{1,10}

type Max350Text

type Max350Text string

Must be at least 1 items long

type PaymentAccount1

type PaymentAccount1 struct {
	Ccy         ActiveCurrencyCode   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 Ccy"`
	NetPmt      AmountAndDirection86 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 NetPmt"`
	LatePmtConf Max10NumericText     `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 LatePmtConf"`
}

type SettlementAgent1

type SettlementAgent1 struct {
	Id   LEIIdentifier     `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 Id"`
	Acct []PaymentAccount1 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 Acct"`
}

type SupplementaryData1

type SupplementaryData1 struct {
	PlcAndNm Max350Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 PlcAndNm,omitempty"`
	Envlp    SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.060.001.01 Envlp"`
}

type SupplementaryDataEnvelope1

type SupplementaryDataEnvelope1 struct {
	Item string `xml:",any"`
}

Jump to

Keyboard shortcuts

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