iso20022_camt_078_001_01

package
v0.0.0-...-2e988c5 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountIdentification4Choice

type AccountIdentification4Choice struct {
	IBAN IBAN2007Identifier            `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 IBAN,omitempty"`
	Othr GenericAccountIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Othr,omitempty"`
}

type AccountIdentificationSearchCriteria2Choice

type AccountIdentificationSearchCriteria2Choice struct {
	EQ     AccountIdentification4Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 EQ,omitempty"`
	CTTxt  Max35Text                    `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 CTTxt,omitempty"`
	NCTTxt Max35Text                    `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 NCTTxt,omitempty"`
}

type AccountSchemeName1Choice

type AccountSchemeName1Choice struct {
	Cd    ExternalAccountIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Cd,omitempty"`
	Prtry Max35Text                          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Prtry,omitempty"`
}

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 AddressType3Choice

type AddressType3Choice struct {
	Cd    AddressType2Code        `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Cd,omitempty"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Prtry,omitempty"`
}

type AmountAndDirection5

type AmountAndDirection5 struct {
	Amt    ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Amt"`
	CdtDbt CreditDebitCode         `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 CdtDbt,omitempty"`
}

type AmountAndQuantityBreakdown1

type AmountAndQuantityBreakdown1 struct {
	LotNb       GenericIdentification37            `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 LotNb,omitempty"`
	LotAmt      AmountAndDirection5                `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 LotAmt,omitempty"`
	LotQty      FinancialInstrumentQuantity1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 LotQty,omitempty"`
	CshSubBalTp GenericIdentification30            `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 CshSubBalTp,omitempty"`
}

type AmountRangeBoundary1

type AmountRangeBoundary1 struct {
	BdryAmt float64 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 BdryAmt"`
	Incl    bool    `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Incl"`
}

type AnyBICDec2014Identifier

type AnyBICDec2014Identifier string

Must match the pattern [A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}

type BICFIDec2014Identifier

type BICFIDec2014Identifier string

Must match the pattern [A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}

type BranchAndFinancialInstitutionIdentification6

type BranchAndFinancialInstitutionIdentification6 struct {
	FinInstnId FinancialInstitutionIdentification18 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 FinInstnId"`
	BrnchId    BranchData3                          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 BrnchId,omitempty"`
}

type BranchData3

type BranchData3 struct {
	Id      Max35Text       `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Id,omitempty"`
	LEI     LEIIdentifier   `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 LEI,omitempty"`
	Nm      Max140Text      `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Nm,omitempty"`
	PstlAdr PostalAddress24 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 PstlAdr,omitempty"`
}

type CashBalanceType3Choice

type CashBalanceType3Choice struct {
	Cd    ExternalBalanceType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Cd,omitempty"`
	Prtry GenericIdentification30  `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Prtry,omitempty"`
}

type CashSubBalanceTypeAndQuantityBreakdown3

type CashSubBalanceTypeAndQuantityBreakdown3 struct {
	Tp        CashBalanceType3Choice        `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Tp"`
	QtyBrkdwn []AmountAndQuantityBreakdown1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 QtyBrkdwn,omitempty"`
}

type ClearingSystemIdentification2Choice

type ClearingSystemIdentification2Choice struct {
	Cd    ExternalClearingSystemIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Cd,omitempty"`
	Prtry Max35Text                                 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Prtry,omitempty"`
}

type ClearingSystemMemberIdentification2

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

type CopyDuplicate1Code

type CopyDuplicate1Code string

May be one of CODU, COPY, DUPL

type CountryCode

type CountryCode string

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

type CreditDebitCode

type CreditDebitCode string

May be one of CRDT, DBIT

type DateAndDateTime2Choice

type DateAndDateTime2Choice struct {
	Dt   ISODate     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Dt,omitempty"`
	DtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 DtTm,omitempty"`
}

type DateAndDateTimeSearch5Choice

type DateAndDateTimeSearch5Choice struct {
	Dt   DatePeriodSearch1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Dt,omitempty"`
	DtTm DateTimeSearch2Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 DtTm,omitempty"`
}

type DatePeriod2

type DatePeriod2 struct {
	FrDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 FrDt"`
	ToDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 ToDt"`
}

type DatePeriodSearch1Choice

type DatePeriodSearch1Choice struct {
	FrDt   ISODate     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 FrDt,omitempty"`
	ToDt   ISODate     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 ToDt,omitempty"`
	FrToDt DatePeriod2 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 FrToDt,omitempty"`
	EQDt   ISODate     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 EQDt,omitempty"`
	NEQDt  ISODate     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 NEQDt,omitempty"`
}

type DateTimePeriod1

type DateTimePeriod1 struct {
	FrDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 FrDtTm"`
	ToDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 ToDtTm"`
}

type DateTimeSearch2Choice

type DateTimeSearch2Choice struct {
	FrDtTm   ISODateTime     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 FrDtTm,omitempty"`
	ToDtTm   ISODateTime     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 ToDtTm,omitempty"`
	FrToDtTm DateTimePeriod1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 FrToDtTm,omitempty"`
	EQDtTm   ISODateTime     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 EQDtTm,omitempty"`
	NEQDtTm  ISODateTime     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 NEQDtTm,omitempty"`
}

type Document

type Document struct {
	IntraBalMvmntQry IntraBalanceMovementQueryV01 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 IntraBalMvmntQry"`
}

type DocumentIdentification51

type DocumentIdentification51 struct {
	Id       Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Id"`
	CreDtTm  DateAndDateTime2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 CreDtTm,omitempty"`
	CpyDplct CopyDuplicate1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 CpyDplct,omitempty"`
	MsgOrgtr PartyIdentification136 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 MsgOrgtr,omitempty"`
	MsgRcpt  PartyIdentification136 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 MsgRcpt,omitempty"`
}

type Exact4AlphaNumericText

type Exact4AlphaNumericText string

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

type Exact4NumericText

type Exact4NumericText string

Must match the pattern [0-9]{4}

type ExternalAccountIdentification1Code

type ExternalAccountIdentification1Code string

May be no more than 4 items long

type ExternalBalanceType1Code

type ExternalBalanceType1Code string

May be no more than 4 items long

type ExternalClearingSystemIdentification1Code

type ExternalClearingSystemIdentification1Code string

May be no more than 5 items long

type ExternalFinancialInstitutionIdentification1Code

type ExternalFinancialInstitutionIdentification1Code string

May be no more than 4 items long

type FinancialIdentificationSchemeName1Choice

type FinancialIdentificationSchemeName1Choice struct {
	Cd    ExternalFinancialInstitutionIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Cd,omitempty"`
	Prtry Max35Text                                       `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Prtry,omitempty"`
}

type FinancialInstitutionIdentification18

type FinancialInstitutionIdentification18 struct {
	BICFI       BICFIDec2014Identifier              `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 BICFI,omitempty"`
	ClrSysMmbId ClearingSystemMemberIdentification2 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 ClrSysMmbId,omitempty"`
	LEI         LEIIdentifier                       `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 LEI,omitempty"`
	Nm          Max140Text                          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Nm,omitempty"`
	PstlAdr     PostalAddress24                     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 PstlAdr,omitempty"`
	Othr        GenericFinancialIdentification1     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Othr,omitempty"`
}

type FinancialInstrumentQuantity1Choice

type FinancialInstrumentQuantity1Choice struct {
	Unit     float64 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Unit,omitempty"`
	FaceAmt  float64 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 FaceAmt,omitempty"`
	AmtsdVal float64 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 AmtsdVal,omitempty"`
}

type FromToAmountRange1

type FromToAmountRange1 struct {
	FrAmt AmountRangeBoundary1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 FrAmt"`
	ToAmt AmountRangeBoundary1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 ToAmt"`
}

type GenericAccountIdentification1

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

type GenericFinancialIdentification1

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

type GenericIdentification30

type GenericIdentification30 struct {
	Id      Exact4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Id"`
	Issr    Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Issr"`
	SchmeNm Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 SchmeNm,omitempty"`
}

type GenericIdentification36

type GenericIdentification36 struct {
	Id      Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Id"`
	Issr    Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Issr"`
	SchmeNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 SchmeNm,omitempty"`
}

type GenericIdentification37

type GenericIdentification37 struct {
	Id   Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Id"`
	Issr Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Issr,omitempty"`
}

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 ImpliedCurrencyAmountRange1Choice

type ImpliedCurrencyAmountRange1Choice struct {
	FrAmt   AmountRangeBoundary1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 FrAmt,omitempty"`
	ToAmt   AmountRangeBoundary1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 ToAmt,omitempty"`
	FrToAmt FromToAmountRange1   `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 FrToAmt,omitempty"`
	EQAmt   float64              `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 EQAmt,omitempty"`
	NEQAmt  float64              `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 NEQAmt,omitempty"`
}

type IntraBalanceMovementQueryV01

type IntraBalanceMovementQueryV01 struct {
	Id          DocumentIdentification51     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Id,omitempty"`
	QryDef      IntraBalanceQueryDefinition9 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 QryDef"`
	SplmtryData []SupplementaryData1         `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 SplmtryData,omitempty"`
}

type IntraBalanceQueryCriteria9

type IntraBalanceQueryCriteria9 struct {
	Refs          []References36Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Refs,omitempty"`
	Sts           IntraBalanceQueryStatus3                     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Sts,omitempty"`
	CshAcct       []AccountIdentificationSearchCriteria2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 CshAcct,omitempty"`
	CshAcctOwnr   []SystemPartyIdentification8                 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 CshAcctOwnr,omitempty"`
	CshAcctSvcr   BranchAndFinancialInstitutionIdentification6 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 CshAcctSvcr,omitempty"`
	BalTp         []IntraBalanceType3                          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 BalTp,omitempty"`
	CshSubBalId   []GenericIdentification37                    `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 CshSubBalId,omitempty"`
	SttlmAmt      ImpliedCurrencyAmountRange1Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 SttlmAmt,omitempty"`
	SttldAmt      ImpliedCurrencyAmountRange1Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 SttldAmt,omitempty"`
	SttlmCcy      []ActiveOrHistoricCurrencyCode               `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 SttlmCcy,omitempty"`
	IntnddSttlmDt DateAndDateTimeSearch5Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 IntnddSttlmDt,omitempty"`
	FctvSttlmDt   DateAndDateTimeSearch5Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 FctvSttlmDt,omitempty"`
	Prty          []PriorityNumeric4Choice                     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Prty,omitempty"`
	MsgOrgtr      []SystemPartyIdentification8                 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 MsgOrgtr,omitempty"`
	CreDtTm       DateAndDateTimeSearch5Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 CreDtTm,omitempty"`
}

type IntraBalanceQueryDefinition9

type IntraBalanceQueryDefinition9 struct {
	QryTp   MovementResponseType1Code  `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 QryTp"`
	SchCrit IntraBalanceQueryCriteria9 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 SchCrit"`
}

type IntraBalanceQueryStatus3

type IntraBalanceQueryStatus3 struct {
	Tp    IntraBalanceStatusType2      `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Tp"`
	DtPrd DateAndDateTimeSearch5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 DtPrd,omitempty"`
}

type IntraBalanceStatusType2

type IntraBalanceStatusType2 struct {
	PrcgSts  []ProcessingStatus68Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 PrcgSts,omitempty"`
	SttlmSts []SettlementStatus26Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 SttlmSts,omitempty"`
	Sttld    ProprietaryReason4         `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Sttld,omitempty"`
}

type IntraBalanceType3

type IntraBalanceType3 struct {
	BalFr CashSubBalanceTypeAndQuantityBreakdown3 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 BalFr,omitempty"`
	BalTo CashSubBalanceTypeAndQuantityBreakdown3 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 BalTo,omitempty"`
}

type LEIIdentifier

type LEIIdentifier string

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

type Max140Text

type Max140Text string

May be no more than 140 items long

type Max16Text

type Max16Text string

May be no more than 16 items long

type Max210Text

type Max210Text string

May be no more than 210 items long

type Max34Text

type Max34Text string

May be no more than 34 items long

type Max350Text

type Max350Text string

May be no more than 350 items long

type Max35Text

type Max35Text string

May be no more than 35 items long

type Max70Text

type Max70Text string

May be no more than 70 items long

type MovementResponseType1Code

type MovementResponseType1Code string

May be one of FULL, STTS

type NameAndAddress5

type NameAndAddress5 struct {
	Nm  Max350Text     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Nm"`
	Adr PostalAddress1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Adr,omitempty"`
}

type PartyIdentification120Choice

type PartyIdentification120Choice struct {
	AnyBIC   AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 AnyBIC,omitempty"`
	PrtryId  GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 PrtryId,omitempty"`
	NmAndAdr NameAndAddress5         `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 NmAndAdr,omitempty"`
}

type PartyIdentification136

type PartyIdentification136 struct {
	Id  PartyIdentification120Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Id"`
	LEI LEIIdentifier                `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 LEI,omitempty"`
}

type PostalAddress1

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

type PostalAddress24

type PostalAddress24 struct {
	AdrTp       AddressType3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 AdrTp,omitempty"`
	Dept        Max70Text          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Dept,omitempty"`
	SubDept     Max70Text          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 SubDept,omitempty"`
	StrtNm      Max70Text          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 StrtNm,omitempty"`
	BldgNb      Max16Text          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 BldgNb,omitempty"`
	BldgNm      Max35Text          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 BldgNm,omitempty"`
	Flr         Max70Text          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Flr,omitempty"`
	PstBx       Max16Text          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 PstBx,omitempty"`
	Room        Max70Text          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Room,omitempty"`
	PstCd       Max16Text          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 PstCd,omitempty"`
	TwnNm       Max35Text          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 TwnNm,omitempty"`
	TwnLctnNm   Max35Text          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 TwnLctnNm,omitempty"`
	DstrctNm    Max35Text          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 DstrctNm,omitempty"`
	CtrySubDvsn Max35Text          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 CtrySubDvsn,omitempty"`
	Ctry        CountryCode        `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Ctry,omitempty"`
	AdrLine     []Max70Text        `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 AdrLine,omitempty"`
}

type PriorityNumeric4Choice

type PriorityNumeric4Choice struct {
	Nmrc  Exact4NumericText       `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Nmrc,omitempty"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Prtry,omitempty"`
}

type ProcessingStatus68Choice

type ProcessingStatus68Choice struct {
	Cd    TransactionProcessingStatus3Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Cd,omitempty"`
	Prtry GenericIdentification30          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Prtry,omitempty"`
}

type ProprietaryReason4

type ProprietaryReason4 struct {
	Rsn         GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Rsn,omitempty"`
	AddtlRsnInf Max210Text              `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 AddtlRsnInf,omitempty"`
}

type References36Choice

type References36Choice struct {
	AcctOwnrTxId      Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 AcctOwnrTxId,omitempty"`
	AcctSvcrTxId      Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 AcctSvcrTxId,omitempty"`
	MktInfrstrctrTxId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 MktInfrstrctrTxId,omitempty"`
	PrcrTxId          Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 PrcrTxId,omitempty"`
	PoolId            Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 PoolId,omitempty"`
	CorpActnEvtId     Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 CorpActnEvtId,omitempty"`
}

type SecuritiesSettlementStatus1Code

type SecuritiesSettlementStatus1Code string

May be one of PEND, PENF

type SettlementStatus26Choice

type SettlementStatus26Choice struct {
	Cd    SecuritiesSettlementStatus1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Cd,omitempty"`
	Prtry GenericIdentification30         `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Prtry,omitempty"`
}

type SupplementaryData1

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

type SupplementaryDataEnvelope1

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

type SystemPartyIdentification8

type SystemPartyIdentification8 struct {
	Id           PartyIdentification136 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 Id"`
	RspnsblPtyId PartyIdentification136 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.078.001.01 RspnsblPtyId,omitempty"`
}

type TransactionProcessingStatus3Code

type TransactionProcessingStatus3Code string

May be one of CAND, PACK, REJT, REPR

Jump to

Keyboard shortcuts

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