auth_034_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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActiveCurrencyCode

type ActiveCurrencyCode string

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

type AdditionalInformation1

type AdditionalInformation1 struct {
	InfTp  InformationType1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 InfTp"`
	InfVal Max350Text             `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 InfVal"`
}

type AddressType2Code

type AddressType2Code string

May be one of ADDR, PBOX, HOME, BIZZ, MLTO, DLVY

type AnyBICIdentifier

type AnyBICIdentifier string

Must match the pattern [A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}

type BinaryFile1

type BinaryFile1 struct {
	MIMETp         Max35Text     `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 MIMETp,omitempty"`
	NcodgTp        Max35Text     `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 NcodgTp,omitempty"`
	CharSet        Max35Text     `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 CharSet,omitempty"`
	InclBinryObjct Max100KBinary `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 InclBinryObjct,omitempty"`
}

type ContactDetails2

type ContactDetails2 struct {
	NmPrfx   NamePrefix1Code `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 NmPrfx,omitempty"`
	Nm       Max140Text      `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Nm,omitempty"`
	PhneNb   PhoneNumber     `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 PhneNb,omitempty"`
	MobNb    PhoneNumber     `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 MobNb,omitempty"`
	FaxNb    PhoneNumber     `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 FaxNb,omitempty"`
	EmailAdr Max2048Text     `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 EmailAdr,omitempty"`
	Othr     Max35Text       `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Othr,omitempty"`
}

type CountryCode

type CountryCode string

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

type CreditorReferenceInformation2

type CreditorReferenceInformation2 struct {
	Tp  CreditorReferenceType2 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Tp,omitempty"`
	Ref Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Ref,omitempty"`
}

type CreditorReferenceType1Choice

type CreditorReferenceType1Choice struct {
	Cd    DocumentType3Code `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Cd"`
	Prtry Max35Text         `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Prtry"`
}

type CreditorReferenceType2

type CreditorReferenceType2 struct {
	CdOrPrtry CreditorReferenceType1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 CdOrPrtry"`
	Issr      Max35Text                    `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Issr,omitempty"`
}

type CurrencyAndAmount

type CurrencyAndAmount struct {
	Value float64      `xml:",chardata"`
	Ccy   CurrencyCode `xml:"Ccy,attr"`
}

type CurrencyCode

type CurrencyCode string

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

type CurrencyReference3

type CurrencyReference3 struct {
	TrgtCcy     ActiveCurrencyCode         `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 TrgtCcy"`
	SrcCcy      ActiveCurrencyCode         `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 SrcCcy"`
	XchgRateInf []ExchangeRateInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 XchgRateInf,omitempty"`
}

type DateAndPlaceOfBirth

type DateAndPlaceOfBirth struct {
	BirthDt     ISODate     `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 BirthDt"`
	PrvcOfBirth Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 PrvcOfBirth,omitempty"`
	CityOfBirth Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 CityOfBirth"`
	CtryOfBirth CountryCode `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 CtryOfBirth"`
}

type Document

type Document struct {
	InvcTaxRpt InvoiceTaxReportV01 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 InvcTaxRpt"`
}

type DocumentGeneralInformation2

type DocumentGeneralInformation2 struct {
	DocTp           ExternalDocumentType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 DocTp"`
	DocNb           Max35Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 DocNb"`
	SndrRcvrSeqId   Max140Text                `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 SndrRcvrSeqId,omitempty"`
	IsseDt          ISODate                   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 IsseDt,omitempty"`
	URL             Max256Text                `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 URL,omitempty"`
	AttchdBinryFile []BinaryFile1             `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 AttchdBinryFile,omitempty"`
}

type DocumentType3Code

type DocumentType3Code string

May be one of RADM, RPIN, FXDR, DISP, PUOR, SCOR

type EarlyPayment1

type EarlyPayment1 struct {
	EarlyPmtDt            ISODate             `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 EarlyPmtDt"`
	DscntPct              float64             `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 DscntPct"`
	DscntAmt              CurrencyAndAmount   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 DscntAmt"`
	EarlyPmtTaxSpcfctn    []EarlyPaymentsVAT1 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 EarlyPmtTaxSpcfctn,omitempty"`
	EarlyPmtTaxTtl        CurrencyAndAmount   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 EarlyPmtTaxTtl,omitempty"`
	DuePyblAmtWthEarlyPmt CurrencyAndAmount   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 DuePyblAmtWthEarlyPmt,omitempty"`
}

type EarlyPaymentsVAT1

type EarlyPaymentsVAT1 struct {
	TaxRate     float64           `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 TaxRate"`
	DscntTaxTp  Max4Text          `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 DscntTaxTp"`
	DscntTaxAmt CurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 DscntTaxAmt"`
}

type ExchangeRateInformation1

type ExchangeRateInformation1 struct {
	XchgRate float64               `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 XchgRate,omitempty"`
	RateTp   ExchangeRateType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 RateTp,omitempty"`
	CtrctId  Max35Text             `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 CtrctId,omitempty"`
}

type ExchangeRateType1Code

type ExchangeRateType1Code string

May be one of SPOT, SALE, AGRD

type ExternalDocumentType1Code

type ExternalDocumentType1Code string

Must be at least 1 items long

type ExternalOrganisationIdentification1Code

type ExternalOrganisationIdentification1Code string

Must be at least 1 items long

type ExternalPersonIdentification1Code

type ExternalPersonIdentification1Code string

Must be at least 1 items long

type GenericOrganisationIdentification1

type GenericOrganisationIdentification1 struct {
	Id      Max35Text                                   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Id"`
	SchmeNm OrganisationIdentificationSchemeName1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 SchmeNm,omitempty"`
	Issr    Max35Text                                   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Issr,omitempty"`
}

type GenericPersonIdentification1

type GenericPersonIdentification1 struct {
	Id      Max35Text                             `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Id"`
	SchmeNm PersonIdentificationSchemeName1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 SchmeNm,omitempty"`
	Issr    Max35Text                             `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Issr,omitempty"`
}

type GroupHeader69

type GroupHeader69 struct {
	Id            Max35Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Id"`
	IssdDt        ISODate                   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 IssdDt"`
	RptCtgy       ExternalDocumentType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 RptCtgy"`
	TaxRptPurp    ExternalDocumentType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 TaxRptPurp"`
	OrgnlId       Max35Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 OrgnlId,omitempty"`
	SellrTaxRprtv PartyIdentification116    `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 SellrTaxRprtv,omitempty"`
	BuyrTaxRprtv  PartyIdentification116    `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 BuyrTaxRprtv,omitempty"`
	LangCd        string                    `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 LangCd,omitempty"`
}

type ISODate

type ISODate time.Time

func (ISODate) MarshalText

func (t ISODate) MarshalText() ([]byte, error)

func (*ISODate) UnmarshalText

func (t *ISODate) UnmarshalText(text []byte) error

type ISODateTime

type ISODateTime time.Time

func (ISODateTime) MarshalText

func (t ISODateTime) MarshalText() ([]byte, error)

func (*ISODateTime) UnmarshalText

func (t *ISODateTime) UnmarshalText(text []byte) error

type InformationType1Choice

type InformationType1Choice struct {
	Cd    InformationType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Cd"`
	Prtry Max140Text           `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Prtry"`
}

type InformationType1Code

type InformationType1Code string

May be one of INST, RELY

type InvoiceTaxReportV01

type InvoiceTaxReportV01 struct {
	InvcTaxRptHdr TaxReportHeader1     `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 InvcTaxRptHdr"`
	TaxRpt        []TaxReport1         `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 TaxRpt"`
	SplmtryData   []SupplementaryData1 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 SplmtryData,omitempty"`
}

type LegalOrganisation1

type LegalOrganisation1 struct {
	Id Max35Text  `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Id,omitempty"`
	Nm Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Nm,omitempty"`
}

type Max100KBinary

type Max100KBinary []byte

func (Max100KBinary) MarshalText

func (t Max100KBinary) MarshalText() ([]byte, error)

func (*Max100KBinary) UnmarshalText

func (t *Max100KBinary) UnmarshalText(text []byte) error

type Max140Text

type Max140Text string

Must be at least 1 items long

type Max16Text

type Max16Text string

Must be at least 1 items long

type Max2048Text

type Max2048Text string

Must be at least 1 items long

type Max256Text

type Max256Text string

Must be at least 1 items long

type Max350Text

type Max350Text string

Must be at least 1 items long

type Max35Text

type Max35Text string

Must be at least 1 items long

type Max4Text

type Max4Text string

Must be at least 1 items long

type Max500Text

type Max500Text string

Must be at least 1 items long

type Max70Text

type Max70Text string

Must be at least 1 items long

type MessageIdentification1

type MessageIdentification1 struct {
	Id      Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Id"`
	CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 CreDtTm"`
}

type NamePrefix1Code

type NamePrefix1Code string

May be one of DOCT, MIST, MISS, MADM

type OrganisationIdentification28

type OrganisationIdentification28 struct {
	Nm        Max140Text                  `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Nm,omitempty"`
	PstlAdr   PostalAddress6              `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 PstlAdr,omitempty"`
	Id        OrganisationIdentification8 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Id,omitempty"`
	CtryOfRes CountryCode                 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 CtryOfRes,omitempty"`
	CtctDtls  ContactDetails2             `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 CtctDtls"`
}

type OrganisationIdentification8

type OrganisationIdentification8 struct {
	AnyBIC AnyBICIdentifier                     `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 AnyBIC,omitempty"`
	Othr   []GenericOrganisationIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Othr,omitempty"`
}

type OrganisationIdentificationSchemeName1Choice

type OrganisationIdentificationSchemeName1Choice struct {
	Cd    ExternalOrganisationIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Cd"`
	Prtry Max35Text                               `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Prtry"`
}

type Party11Choice

type Party11Choice struct {
	OrgId  OrganisationIdentification8 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 OrgId"`
	PrvtId PersonIdentification5       `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 PrvtId"`
}

type PartyIdentification116

type PartyIdentification116 struct {
	PtyId  OrganisationIdentification28 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 PtyId"`
	LglOrg LegalOrganisation1           `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 LglOrg,omitempty"`
	TaxPty TaxParty1                    `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 TaxPty,omitempty"`
}

type PartyIdentification43

type PartyIdentification43 struct {
	Nm        Max140Text      `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Nm,omitempty"`
	PstlAdr   PostalAddress6  `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 PstlAdr,omitempty"`
	Id        Party11Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Id,omitempty"`
	CtryOfRes CountryCode     `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 CtryOfRes,omitempty"`
	CtctDtls  ContactDetails2 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 CtctDtls,omitempty"`
}

type PartyIdentification72

type PartyIdentification72 struct {
	PtyId  PartyIdentification43 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 PtyId"`
	LglOrg LegalOrganisation1    `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 LglOrg,omitempty"`
	TaxPty TaxParty1             `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 TaxPty,omitempty"`
}

type Period2

type Period2 struct {
	FrDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 FrDt"`
	ToDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 ToDt"`
}

type PersonIdentification5

type PersonIdentification5 struct {
	DtAndPlcOfBirth DateAndPlaceOfBirth            `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 DtAndPlcOfBirth,omitempty"`
	Othr            []GenericPersonIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Othr,omitempty"`
}

type PersonIdentificationSchemeName1Choice

type PersonIdentificationSchemeName1Choice struct {
	Cd    ExternalPersonIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Cd"`
	Prtry Max35Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Prtry"`
}

type PhoneNumber

type PhoneNumber string

Must match the pattern \+[0-9]{1,3}-[0-9()+\-]{1,30}

type PostalAddress6

type PostalAddress6 struct {
	AdrTp       AddressType2Code `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 AdrTp,omitempty"`
	Dept        Max70Text        `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Dept,omitempty"`
	SubDept     Max70Text        `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 SubDept,omitempty"`
	StrtNm      Max70Text        `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 StrtNm,omitempty"`
	BldgNb      Max16Text        `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 BldgNb,omitempty"`
	PstCd       Max16Text        `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 PstCd,omitempty"`
	TwnNm       Max35Text        `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 TwnNm,omitempty"`
	CtrySubDvsn Max35Text        `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 CtrySubDvsn,omitempty"`
	Ctry        CountryCode      `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Ctry,omitempty"`
	AdrLine     []Max70Text      `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 AdrLine,omitempty"`
}

type SettlementSubTotalCalculatedTax2

type SettlementSubTotalCalculatedTax2 struct {
	TpCd        Max4Text            `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 TpCd,omitempty"`
	ClctdRate   float64             `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 ClctdRate,omitempty"`
	BsisAmt     []CurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 BsisAmt,omitempty"`
	ClctdAmt    []CurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 ClctdAmt,omitempty"`
	XmptnRsnCd  Max4Text            `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 XmptnRsnCd,omitempty"`
	XmptnRsnTxt Max500Text          `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 XmptnRsnTxt,omitempty"`
	TaxCcyXchg  CurrencyReference3  `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 TaxCcyXchg,omitempty"`
}

type SupplementaryData1

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

type SupplementaryDataEnvelope1

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

type TaxOrganisationIdentification1

type TaxOrganisationIdentification1 struct {
	Nm       Max140Text      `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Nm"`
	PstlAdr  PostalAddress6  `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 PstlAdr,omitempty"`
	CtctDtls ContactDetails2 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 CtctDtls,omitempty"`
}

type TaxParty1

type TaxParty1 struct {
	TaxId  Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 TaxId,omitempty"`
	RegnId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 RegnId,omitempty"`
	TaxTp  Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 TaxTp,omitempty"`
}

type TaxReport1

type TaxReport1 struct {
	TaxRptHdr   GroupHeader69                 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 TaxRptHdr"`
	Sellr       PartyIdentification72         `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Sellr"`
	Buyr        PartyIdentification72         `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 Buyr,omitempty"`
	TradSttlm   TradeSettlement2              `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 TradSttlm"`
	OthrPty     []PartyIdentification72       `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 OthrPty,omitempty"`
	AddtlInf    []AdditionalInformation1      `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 AddtlInf,omitempty"`
	AddtlRef    []DocumentGeneralInformation2 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 AddtlRef,omitempty"`
	SplmtryData []SupplementaryData1          `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 SplmtryData,omitempty"`
}

type TaxReportHeader1

type TaxReportHeader1 struct {
	MsgId       MessageIdentification1           `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 MsgId"`
	NbOfTaxRpts float64                          `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 NbOfTaxRpts,omitempty"`
	TaxAuthrty  []TaxOrganisationIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 TaxAuthrty,omitempty"`
}

type TradeSettlement2

type TradeSettlement2 struct {
	PmtRef         CreditorReferenceInformation2      `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 PmtRef,omitempty"`
	DueDt          ISODate                            `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 DueDt,omitempty"`
	DuePyblAmt     CurrencyAndAmount                  `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 DuePyblAmt"`
	InvcCcyXchg    CurrencyReference3                 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 InvcCcyXchg,omitempty"`
	DlvryDt        ISODate                            `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 DlvryDt,omitempty"`
	BllgPrd        Period2                            `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 BllgPrd,omitempty"`
	TaxTtlAmt      CurrencyAndAmount                  `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 TaxTtlAmt"`
	XmptnRsnCd     Max4Text                           `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 XmptnRsnCd,omitempty"`
	XmptnRsn       Max500Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 XmptnRsn,omitempty"`
	SubTtlClctdTax []SettlementSubTotalCalculatedTax2 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 SubTtlClctdTax,omitempty"`
	EarlyPmts      []EarlyPayment1                    `xml:"urn:iso:std:iso:20022:tech:xsd:auth.034.001.01 EarlyPmts,omitempty"`
}

Jump to

Keyboard shortcuts

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