acmt_014_001_02

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 AccountContract3

type AccountContract3 struct {
	TrgtGoLiveDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 TrgtGoLiveDt,omitempty"`
	TrgtClsgDt   ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 TrgtClsgDt,omitempty"`
	GoLiveDt     ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 GoLiveDt,omitempty"`
	ClsgDt       ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 ClsgDt,omitempty"`
	UrgcyFlg     bool    `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 UrgcyFlg,omitempty"`
	RmvlInd      bool    `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 RmvlInd,omitempty"`
}

type AccountForAction1

type AccountForAction1 struct {
	Id  AccountIdentification4Choice `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Id"`
	Ccy ActiveCurrencyCode           `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Ccy"`
}

type AccountIdentification4Choice

type AccountIdentification4Choice struct {
	IBAN IBAN2007Identifier            `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 IBAN"`
	Othr GenericAccountIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Othr"`
}

type AccountReport15

type AccountReport15 struct {
	Acct             CustomerAccount5                             `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Acct"`
	UndrlygMstrAgrmt ContractDocument1                            `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 UndrlygMstrAgrmt,omitempty"`
	CtrctDts         AccountContract3                             `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 CtrctDts,omitempty"`
	Mndt             []OperationMandate2                          `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Mndt,omitempty"`
	Grp              []Group1                                     `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Grp,omitempty"`
	RefAcct          CashAccount24                                `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 RefAcct,omitempty"`
	BalTrfAcct       AccountForAction1                            `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 BalTrfAcct,omitempty"`
	TrfAcctSvcrId    BranchAndFinancialInstitutionIdentification5 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 TrfAcctSvcrId,omitempty"`
}

type AccountReportV02

type AccountReportV02 struct {
	Refs        References5                                  `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Refs"`
	Fr          OrganisationIdentification8                  `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Fr,omitempty"`
	AcctSvcrId  BranchAndFinancialInstitutionIdentification5 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 AcctSvcrId"`
	Org         Organisation12                               `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Org"`
	Rpt         []AccountReport15                            `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Rpt,omitempty"`
	DgtlSgntr   []PartyAndSignature2                         `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 DgtlSgntr,omitempty"`
	SplmtryData []SupplementaryData1                         `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 SplmtryData,omitempty"`
}

type AccountSchemeName1Choice

type AccountSchemeName1Choice struct {
	Cd    ExternalAccountIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Cd"`
	Prtry Max35Text                          `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Prtry"`
}

type AccountStatus3Code

type AccountStatus3Code string

May be one of ENAB, DISA, DELE, FORM

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 ActiveOrHistoricCurrencyCode

type ActiveOrHistoricCurrencyCode string

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

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 Authorisation2

type Authorisation2 struct {
	MaxAmtByTx          FixedAmountOrUnlimited1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 MaxAmtByTx,omitempty"`
	MaxAmtByPrd         []MaximumAmountByPeriod1      `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 MaxAmtByPrd,omitempty"`
	MaxAmtByBlkSubmissn FixedAmountOrUnlimited1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 MaxAmtByBlkSubmissn,omitempty"`
}

type BICFIIdentifier

type BICFIIdentifier string

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

type BankTransactionCodeStructure4

type BankTransactionCodeStructure4 struct {
	Domn  BankTransactionCodeStructure5            `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Domn,omitempty"`
	Prtry ProprietaryBankTransactionCodeStructure1 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Prtry,omitempty"`
}

type BankTransactionCodeStructure5

type BankTransactionCodeStructure5 struct {
	Cd   ExternalBankTransactionDomain1Code `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Cd"`
	Fmly BankTransactionCodeStructure6      `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Fmly"`
}

type BankTransactionCodeStructure6

type BankTransactionCodeStructure6 struct {
	Cd        ExternalBankTransactionFamily1Code    `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Cd"`
	SubFmlyCd ExternalBankTransactionSubFamily1Code `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 SubFmlyCd"`
}

type BranchAndFinancialInstitutionIdentification5

type BranchAndFinancialInstitutionIdentification5 struct {
	FinInstnId FinancialInstitutionIdentification8 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 FinInstnId"`
	BrnchId    BranchData2                         `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 BrnchId,omitempty"`
}

type BranchData2

type BranchData2 struct {
	Id      Max35Text      `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Id,omitempty"`
	Nm      Max140Text     `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Nm,omitempty"`
	PstlAdr PostalAddress6 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 PstlAdr,omitempty"`
}

type CashAccount24

type CashAccount24 struct {
	Id  AccountIdentification4Choice `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Id"`
	Tp  CashAccountType2Choice       `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Tp,omitempty"`
	Ccy ActiveOrHistoricCurrencyCode `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Ccy,omitempty"`
	Nm  Max70Text                    `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Nm,omitempty"`
}

type CashAccountType2Choice

type CashAccountType2Choice struct {
	Cd    ExternalCashAccountType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Cd"`
	Prtry Max35Text                    `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Prtry"`
}

type Channel2Choice

type Channel2Choice struct {
	Cd    CommunicationMethod3Code `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Cd"`
	Prtry Max35Text                `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Prtry"`
}

type ClearingSystemIdentification2Choice

type ClearingSystemIdentification2Choice struct {
	Cd    ExternalClearingSystemIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Cd"`
	Prtry Max35Text                                 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Prtry"`
}

type ClearingSystemMemberIdentification2

type ClearingSystemMemberIdentification2 struct {
	ClrSysId ClearingSystemIdentification2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 ClrSysId,omitempty"`
	MmbId    Max35Text                           `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 MmbId"`
}

type CodeOrProprietary1Choice

type CodeOrProprietary1Choice struct {
	Cd    Max4Text                `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Cd"`
	Prtry GenericIdentification13 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Prtry"`
}

type CommunicationFormat1Choice

type CommunicationFormat1Choice struct {
	Cd    ExternalCommunicationFormat1Code `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Cd"`
	Prtry Max35Text                        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Prtry"`
}

type CommunicationMethod2Choice

type CommunicationMethod2Choice struct {
	Cd    CommunicationMethod2Code `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Cd"`
	Prtry Max35Text                `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Prtry"`
}

type CommunicationMethod2Code

type CommunicationMethod2Code string

May be one of EMAL, FAXI, FILE, ONLI, POST

type CommunicationMethod3Code

type CommunicationMethod3Code string

May be one of EMAL, FAXI, POST, PHON, FILE, ONLI

type ContactDetails2

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

type ContractDocument1

type ContractDocument1 struct {
	Ref      Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Ref"`
	SgnOffDt ISODate   `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 SgnOffDt,omitempty"`
	Vrsn     Max6Text  `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Vrsn,omitempty"`
}

type CountryCode

type CountryCode string

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

type CustomerAccount5

type CustomerAccount5 struct {
	Id               []AccountIdentification4Choice `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Id"`
	Nm               Max70Text                      `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Nm,omitempty"`
	Sts              AccountStatus3Code             `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Sts,omitempty"`
	Tp               CashAccountType2Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Tp,omitempty"`
	Ccy              ActiveCurrencyCode             `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Ccy"`
	MnthlyPmtVal     float64                        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 MnthlyPmtVal,omitempty"`
	MnthlyRcvdVal    float64                        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 MnthlyRcvdVal,omitempty"`
	MnthlyTxNb       Max5NumericText                `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 MnthlyTxNb,omitempty"`
	AvrgBal          float64                        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 AvrgBal,omitempty"`
	AcctPurp         Max140Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 AcctPurp,omitempty"`
	FlrNtfctnAmt     float64                        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 FlrNtfctnAmt,omitempty"`
	ClngNtfctnAmt    float64                        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 ClngNtfctnAmt,omitempty"`
	StmtFrqcyAndFrmt []StatementFrequencyAndForm1   `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 StmtFrqcyAndFrmt,omitempty"`
	ClsgDt           ISODate                        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 ClsgDt,omitempty"`
	Rstrctn          []Restriction1                 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Rstrctn,omitempty"`
}

type DateAndPlaceOfBirth

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

type Document

type Document struct {
	AcctRpt AccountReportV02 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 AcctRpt"`
}

type ExternalAccountIdentification1Code

type ExternalAccountIdentification1Code string

Must be at least 1 items long

type ExternalBankTransactionDomain1Code

type ExternalBankTransactionDomain1Code string

Must be at least 1 items long

type ExternalBankTransactionFamily1Code

type ExternalBankTransactionFamily1Code string

Must be at least 1 items long

type ExternalBankTransactionSubFamily1Code

type ExternalBankTransactionSubFamily1Code string

Must be at least 1 items long

type ExternalCashAccountType1Code

type ExternalCashAccountType1Code string

Must be at least 1 items long

type ExternalClearingSystemIdentification1Code

type ExternalClearingSystemIdentification1Code string

Must be at least 1 items long

type ExternalCommunicationFormat1Code

type ExternalCommunicationFormat1Code string

Must be at least 1 items long

type ExternalFinancialInstitutionIdentification1Code

type ExternalFinancialInstitutionIdentification1Code 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 FinancialIdentificationSchemeName1Choice

type FinancialIdentificationSchemeName1Choice struct {
	Cd    ExternalFinancialInstitutionIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Cd"`
	Prtry Max35Text                                       `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Prtry"`
}

type FinancialInstitutionIdentification8

type FinancialInstitutionIdentification8 struct {
	BICFI       BICFIIdentifier                     `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 BICFI,omitempty"`
	ClrSysMmbId ClearingSystemMemberIdentification2 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 ClrSysMmbId,omitempty"`
	Nm          Max140Text                          `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Nm,omitempty"`
	PstlAdr     PostalAddress6                      `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 PstlAdr,omitempty"`
	Othr        GenericFinancialIdentification1     `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Othr,omitempty"`
}

type FixedAmountOrUnlimited1Choice

type FixedAmountOrUnlimited1Choice struct {
	Amt    ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Amt"`
	NotLtd Unlimited9Text          `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 NotLtd"`
}

type Frequency7Code

type Frequency7Code string

May be one of YEAR, DAIL, MNTH, QURT, MIAN, TEND, MOVE, WEEK, INDA

type GenericAccountIdentification1

type GenericAccountIdentification1 struct {
	Id      Max34Text                `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Id"`
	SchmeNm AccountSchemeName1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 SchmeNm,omitempty"`
	Issr    Max35Text                `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Issr,omitempty"`
}

type GenericFinancialIdentification1

type GenericFinancialIdentification1 struct {
	Id      Max35Text                                `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Id"`
	SchmeNm FinancialIdentificationSchemeName1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 SchmeNm,omitempty"`
	Issr    Max35Text                                `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Issr,omitempty"`
}

type GenericIdentification13

type GenericIdentification13 struct {
	Id      Max4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Id"`
	SchmeNm Max35Text            `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 SchmeNm,omitempty"`
	Issr    Max35Text            `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Issr"`
}

type GenericOrganisationIdentification1

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

type GenericPersonIdentification1

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

type Group1

type Group1 struct {
	GrpId Max4AlphaNumericText   `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 GrpId"`
	Pty   []PartyAndCertificate2 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Pty"`
}

type IBAN2007Identifier

type IBAN2007Identifier string

Must match the pattern [A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}

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 Max10KBinary

type Max10KBinary []byte

func (Max10KBinary) MarshalText

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

func (*Max10KBinary) UnmarshalText

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

type Max140Text

type Max140Text string

Must be at least 1 items long

type Max15PlusSignedNumericText

type Max15PlusSignedNumericText string

Must match the pattern [\+]{0,1}[0-9]{1,15}

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 Max34Text

type Max34Text 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 Max3NumericText

type Max3NumericText string

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

type Max4AlphaNumericText

type Max4AlphaNumericText string

Must match the pattern [a-zA-Z0-9]{1,4}

type Max4Text

type Max4Text string

Must be at least 1 items long

type Max5NumericText

type Max5NumericText string

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

type Max6Text

type Max6Text string

Must be at least 1 items long

type Max70Text

type Max70Text string

Must be at least 1 items long

type MaximumAmountByPeriod1

type MaximumAmountByPeriod1 struct {
	MaxAmt   ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 MaxAmt"`
	NbOfDays Max3NumericText         `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 NbOfDays"`
}

type MessageIdentification1

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

type NamePrefix1Code

type NamePrefix1Code string

May be one of DOCT, MIST, MISS, MADM

type OperationMandate2

type OperationMandate2 struct {
	Id           Max35Text                       `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Id"`
	AplblChanl   []Channel2Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 AplblChanl"`
	ReqrdSgntrNb Max15PlusSignedNumericText      `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 ReqrdSgntrNb"`
	SgntrOrdrInd bool                            `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 SgntrOrdrInd"`
	MndtHldr     []PartyAndAuthorisation1        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 MndtHldr,omitempty"`
	BkOpr        []BankTransactionCodeStructure4 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 BkOpr"`
	StartDt      ISODate                         `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 StartDt,omitempty"`
	EndDt        ISODate                         `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 EndDt,omitempty"`
}

type Organisation12

type Organisation12 struct {
	FullLglNm    Max350Text                  `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 FullLglNm"`
	TradgNm      Max350Text                  `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 TradgNm,omitempty"`
	CtryOfOpr    CountryCode                 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 CtryOfOpr"`
	RegnDt       ISODate                     `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 RegnDt,omitempty"`
	OprlAdr      PostalAddress6              `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 OprlAdr,omitempty"`
	BizAdr       PostalAddress6              `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 BizAdr,omitempty"`
	LglAdr       PostalAddress6              `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 LglAdr"`
	BllgAdr      PostalAddress6              `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 BllgAdr,omitempty"`
	OrgId        OrganisationIdentification8 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 OrgId"`
	RprtvOffcr   []PartyIdentification40     `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 RprtvOffcr,omitempty"`
	TrsrMgr      PartyIdentification40       `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 TrsrMgr,omitempty"`
	MainMndtHldr []PartyIdentification40     `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 MainMndtHldr,omitempty"`
	Sndr         []PartyIdentification40     `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Sndr,omitempty"`
	LglRprtv     []PartyIdentification40     `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 LglRprtv,omitempty"`
}

type OrganisationIdentification8

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

type OrganisationIdentificationSchemeName1Choice

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

type Party11Choice

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

type PartyAndAuthorisation1

type PartyAndAuthorisation1 struct {
	PtyOrGrp  PartyOrGroup1Choice        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 PtyOrGrp"`
	SgntrOrdr Max15PlusSignedNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 SgntrOrdr,omitempty"`
	Authstn   Authorisation2             `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Authstn"`
}

type PartyAndCertificate2

type PartyAndCertificate2 struct {
	Pty  PartyIdentification43 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Pty"`
	Cert Max10KBinary          `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Cert,omitempty"`
}

type PartyAndSignature2

type PartyAndSignature2 struct {
	Pty   PartyIdentification43 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Pty"`
	Sgntr ProprietaryData3      `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Sgntr"`
}

type PartyIdentification40

type PartyIdentification40 struct {
	Nm        Max140Text            `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Nm,omitempty"`
	PstlAdr   PostalAddress6        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 PstlAdr,omitempty"`
	Id        PersonIdentification5 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Id,omitempty"`
	CtryOfRes CountryCode           `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 CtryOfRes,omitempty"`
	CtctDtls  ContactDetails2       `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 CtctDtls,omitempty"`
}

type PartyIdentification43

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

type PartyOrGroup1Choice

type PartyOrGroup1Choice struct {
	GrpId Max4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 GrpId"`
	Pty   PartyAndCertificate2 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Pty"`
}

type PersonIdentification5

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

type PersonIdentificationSchemeName1Choice

type PersonIdentificationSchemeName1Choice struct {
	Cd    ExternalPersonIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Cd"`
	Prtry Max35Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 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:acmt.014.001.02 AdrTp,omitempty"`
	Dept        Max70Text        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Dept,omitempty"`
	SubDept     Max70Text        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 SubDept,omitempty"`
	StrtNm      Max70Text        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 StrtNm,omitempty"`
	BldgNb      Max16Text        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 BldgNb,omitempty"`
	PstCd       Max16Text        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 PstCd,omitempty"`
	TwnNm       Max35Text        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 TwnNm,omitempty"`
	CtrySubDvsn Max35Text        `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 CtrySubDvsn,omitempty"`
	Ctry        CountryCode      `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Ctry,omitempty"`
	AdrLine     []Max70Text      `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 AdrLine,omitempty"`
}

type ProprietaryBankTransactionCodeStructure1

type ProprietaryBankTransactionCodeStructure1 struct {
	Cd   Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Cd"`
	Issr Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Issr,omitempty"`
}

type ProprietaryData3

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

type References5

type References5 struct {
	ReqTp       UseCases1Code            `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 ReqTp"`
	MsgId       MessageIdentification1   `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 MsgId"`
	PrcId       MessageIdentification1   `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 PrcId"`
	AckdMsgId   []MessageIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 AckdMsgId,omitempty"`
	Sts         Max35Text                `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Sts,omitempty"`
	AttchdDocNm []Max70Text              `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 AttchdDocNm,omitempty"`
}

type Restriction1

type Restriction1 struct {
	RstrctnTp CodeOrProprietary1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 RstrctnTp"`
	VldFr     ISODateTime              `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 VldFr"`
	VldUntil  ISODateTime              `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 VldUntil,omitempty"`
}

type StatementFrequencyAndForm1

type StatementFrequencyAndForm1 struct {
	Frqcy    Frequency7Code             `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Frqcy"`
	ComMtd   CommunicationMethod2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 ComMtd"`
	DlvryAdr Max350Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 DlvryAdr"`
	Frmt     CommunicationFormat1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.014.001.02 Frmt"`
}

type SupplementaryData1

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

type SupplementaryDataEnvelope1

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

type Unlimited9Text

type Unlimited9Text string

Must match the pattern UNLIMITED

type UseCases1Code

type UseCases1Code string

May be one of OPEN, MNTN, CLSG, VIEW

Jump to

Keyboard shortcuts

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