Documentation
¶
Index ¶
- type AddressType2Code
- type AnyBICDec2014Identifier
- type CountryCode
- type DateAndPlaceOfBirth2
- type Document
- type EligiblePosition9
- type Exact4AlphaNumericText
- type ExternalFinancialInstrumentIdentificationType1Code
- type FinancialInstrumentQuantity18Choice
- type GenericIdentification13
- type GenericIdentification30
- type GenericIdentification36
- type GenericIdentification78
- type HoldingBalance9
- type ISINOct2015Identifier
- type ISODate
- type ISODateTime
- type IdentificationSource3Choice
- type IdentificationType45Choice
- type LEIIdentifier
- type Max4AlphaNumericText
- type Max16Text
- type Max35Text
- type Max50Text
- type Max70Text
- type Max140Text
- type Max256Text
- type Max350Text
- type MeetingCancellationReason1Choice
- type MeetingCancellationReason2
- type MeetingCancellationReason2Code
- type MeetingCancellationV07
- type MeetingReference10
- type MeetingType4Code
- type MeetingTypeClassification2Choice
- type MeetingTypeClassification2Code
- type NameAndAddress5
- type NamePrefix2Code
- type NaturalPersonIdentification1
- type OtherIdentification1
- type PartyIdentification129Choice
- type PartyIdentification198Choice
- type PartyIdentification221
- type PartyIdentification224
- type PartyIdentification231Choice
- type PartyIdentification233Choice
- type PartyIdentification238
- type PartyIdentification240
- type PersonName2
- type PersonName3
- type PostalAddress1
- type PostalAddress26
- type SafekeepingPlace1Code
- type SafekeepingPlace2Code
- type SafekeepingPlaceFormat28Choice
- type SafekeepingPlaceTypeAndIdentification1
- type SafekeepingPlaceTypeAndText6
- type SecuritiesEntryType2Code
- type SecurityIdentification19
- type SecurityPosition12
- type SupplementaryData1
- type SupplementaryDataEnvelope1
- type TypeOfIdentification4Code
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressType2Code ¶
type AddressType2Code string
May be one of ADDR, PBOX, HOME, BIZZ, MLTO, DLVY
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 DateAndPlaceOfBirth2 ¶
type DateAndPlaceOfBirth2 struct {
BirthDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 BirthDt"`
PrvcOfBirth Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 PrvcOfBirth,omitempty"`
CityOfBirth Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 CityOfBirth,omitempty"`
CtryOfBirth CountryCode `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 CtryOfBirth,omitempty"`
}
type Document ¶
type Document struct {
MtgCxl MeetingCancellationV07 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 MtgCxl"`
}
type EligiblePosition9 ¶
type EligiblePosition9 struct {
AcctId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 AcctId"`
AcctOwnr PartyIdentification231Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 AcctOwnr,omitempty"`
HldgBal []HoldingBalance9 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 HldgBal,omitempty"`
RghtsHldr []PartyIdentification233Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 RghtsHldr,omitempty"`
}
type Exact4AlphaNumericText ¶
type Exact4AlphaNumericText string
Must match the pattern [a-zA-Z0-9]{4}
type ExternalFinancialInstrumentIdentificationType1Code ¶
type ExternalFinancialInstrumentIdentificationType1Code string
May be no more than 4 items long
type GenericIdentification13 ¶
type GenericIdentification13 struct {
Id Max4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Id"`
SchmeNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 SchmeNm,omitempty"`
Issr Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Issr"`
}
type GenericIdentification30 ¶
type GenericIdentification30 struct {
Id Exact4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Id"`
Issr Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Issr"`
SchmeNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 SchmeNm,omitempty"`
}
type GenericIdentification36 ¶
type GenericIdentification78 ¶
type GenericIdentification78 struct {
Tp GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Tp"`
Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Id,omitempty"`
}
type HoldingBalance9 ¶
type HoldingBalance9 struct {
Bal FinancialInstrumentQuantity18Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Bal"`
BalTp SecuritiesEntryType2Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 BalTp"`
SfkpgPlc SafekeepingPlaceFormat28Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 SfkpgPlc,omitempty"`
Dt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Dt,omitempty"`
}
type ISINOct2015Identifier ¶
type ISINOct2015Identifier string
Must match the pattern [A-Z]{2,2}[A-Z0-9]{9,9}[0-9]{1,1}
type ISODateTime ¶
func (ISODateTime) MarshalText ¶
func (t ISODateTime) MarshalText() ([]byte, error)
func (*ISODateTime) UnmarshalText ¶
func (t *ISODateTime) UnmarshalText(text []byte) error
type IdentificationSource3Choice ¶
type IdentificationSource3Choice struct {
Cd ExternalFinancialInstrumentIdentificationType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Cd,omitempty"`
Prtry Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Prtry,omitempty"`
}
type IdentificationType45Choice ¶
type IdentificationType45Choice struct {
Cd TypeOfIdentification4Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Cd,omitempty"`
Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Prtry,omitempty"`
}
type Max4AlphaNumericText ¶
type Max4AlphaNumericText string
Must match the pattern [a-zA-Z0-9]{1,4}
type MeetingCancellationReason1Choice ¶
type MeetingCancellationReason1Choice struct {
Cd MeetingCancellationReason2Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Cd,omitempty"`
Prtry GenericIdentification13 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Prtry,omitempty"`
}
type MeetingCancellationReason2 ¶
type MeetingCancellationReason2 struct {
CxlRsnCd MeetingCancellationReason1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 CxlRsnCd,omitempty"`
CxlRsn Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 CxlRsn,omitempty"`
}
type MeetingCancellationReason2Code ¶
type MeetingCancellationReason2Code string
May be one of QORM, PROC, WITH
type MeetingCancellationV07 ¶
type MeetingCancellationV07 struct {
MtgRef MeetingReference10 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 MtgRef"`
Scty []SecurityPosition12 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Scty"`
Rsn MeetingCancellationReason2 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Rsn"`
SplmtryData []SupplementaryData1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 SplmtryData,omitempty"`
}
type MeetingReference10 ¶
type MeetingReference10 struct {
MtgId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 MtgId"`
IssrMtgId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 IssrMtgId,omitempty"`
MtgDtAndTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 MtgDtAndTm"`
Tp MeetingType4Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Tp"`
Clssfctn MeetingTypeClassification2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Clssfctn,omitempty"`
Lctn []PostalAddress1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Lctn,omitempty"`
Issr PartyIdentification129Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Issr,omitempty"`
}
type MeetingType4Code ¶
type MeetingType4Code string
May be one of XMET, GMET, MIXD, SPCL, BMET, CMET
type MeetingTypeClassification2Choice ¶
type MeetingTypeClassification2Choice struct {
Cd MeetingTypeClassification2Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Cd,omitempty"`
Prtry GenericIdentification13 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Prtry,omitempty"`
}
type MeetingTypeClassification2Code ¶
type MeetingTypeClassification2Code string
May be one of AMET, CLAS, ISSU, OMET, VRHI
type NameAndAddress5 ¶
type NameAndAddress5 struct {
Nm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Nm"`
Adr PostalAddress1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Adr,omitempty"`
}
type NaturalPersonIdentification1 ¶
type NaturalPersonIdentification1 struct {
Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Id"`
IdTp IdentificationType45Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 IdTp,omitempty"`
}
type OtherIdentification1 ¶
type OtherIdentification1 struct {
Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Id"`
Sfx Max16Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Sfx,omitempty"`
Tp IdentificationSource3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Tp"`
}
type PartyIdentification129Choice ¶
type PartyIdentification129Choice struct {
AnyBIC AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 AnyBIC,omitempty"`
PrtryId GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 PrtryId,omitempty"`
NmAndAdr NameAndAddress5 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 NmAndAdr,omitempty"`
LEI LEIIdentifier `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 LEI,omitempty"`
}
type PartyIdentification198Choice ¶
type PartyIdentification198Choice struct {
NtlRegnNb Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 NtlRegnNb,omitempty"`
LEI LEIIdentifier `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 LEI,omitempty"`
AnyBIC AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 AnyBIC,omitempty"`
ClntId Max50Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 ClntId,omitempty"`
PrtryId GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 PrtryId,omitempty"`
}
type PartyIdentification221 ¶
type PartyIdentification221 struct {
NmAndAdr PersonName2 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 NmAndAdr"`
EmailAdr Max256Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 EmailAdr,omitempty"`
Id PartyIdentification198Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Id"`
}
type PartyIdentification224 ¶
type PartyIdentification224 struct {
NmAndAdr PersonName2 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 NmAndAdr"`
EmailAdr Max256Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 EmailAdr,omitempty"`
Id PartyIdentification198Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Id,omitempty"`
}
type PartyIdentification231Choice ¶
type PartyIdentification231Choice struct {
LglPrsn PartyIdentification221 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 LglPrsn,omitempty"`
NtrlPrsn []PartyIdentification238 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 NtrlPrsn,omitempty"`
}
type PartyIdentification233Choice ¶
type PartyIdentification233Choice struct {
LglPrsn PartyIdentification224 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 LglPrsn,omitempty"`
NtrlPrsn []PartyIdentification240 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 NtrlPrsn,omitempty"`
}
type PartyIdentification238 ¶
type PartyIdentification238 struct {
NmAndAdr PersonName3 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 NmAndAdr"`
EmailAdr Max256Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 EmailAdr,omitempty"`
Id NaturalPersonIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Id"`
Ntlty CountryCode `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Ntlty,omitempty"`
DtAndPlcOfBirth DateAndPlaceOfBirth2 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 DtAndPlcOfBirth,omitempty"`
}
type PartyIdentification240 ¶
type PartyIdentification240 struct {
NmAndAdr PersonName3 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 NmAndAdr"`
EmailAdr Max256Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 EmailAdr,omitempty"`
Id NaturalPersonIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Id,omitempty"`
Ntlty CountryCode `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Ntlty,omitempty"`
DtAndPlcOfBirth DateAndPlaceOfBirth2 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 DtAndPlcOfBirth,omitempty"`
}
type PersonName2 ¶
type PersonName2 struct {
Nm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Nm"`
Adr PostalAddress26 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Adr,omitempty"`
}
type PersonName3 ¶
type PersonName3 struct {
NmPrfx NamePrefix2Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 NmPrfx,omitempty"`
FrstNm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 FrstNm"`
Srnm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Srnm"`
Adr PostalAddress26 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Adr,omitempty"`
}
type PostalAddress1 ¶
type PostalAddress1 struct {
AdrTp AddressType2Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 AdrTp,omitempty"`
AdrLine []Max70Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 AdrLine,omitempty"`
StrtNm Max70Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 StrtNm,omitempty"`
BldgNb Max16Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 BldgNb,omitempty"`
PstCd Max16Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 PstCd,omitempty"`
TwnNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 TwnNm,omitempty"`
CtrySubDvsn Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 CtrySubDvsn,omitempty"`
Ctry CountryCode `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Ctry"`
}
type PostalAddress26 ¶
type PostalAddress26 struct {
AdrTp AddressType2Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 AdrTp,omitempty"`
AdrLine []Max70Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 AdrLine,omitempty"`
StrtNm Max70Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 StrtNm,omitempty"`
BldgNb Max16Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 BldgNb,omitempty"`
PstBx Max16Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 PstBx,omitempty"`
PstCd Max16Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 PstCd,omitempty"`
TwnNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 TwnNm,omitempty"`
CtrySubDvsn Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 CtrySubDvsn,omitempty"`
Ctry CountryCode `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Ctry"`
}
type SafekeepingPlaceFormat28Choice ¶
type SafekeepingPlaceFormat28Choice struct {
Id SafekeepingPlaceTypeAndText6 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Id,omitempty"`
Ctry CountryCode `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Ctry,omitempty"`
TpAndId SafekeepingPlaceTypeAndIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 TpAndId,omitempty"`
Prtry GenericIdentification78 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Prtry,omitempty"`
}
type SafekeepingPlaceTypeAndIdentification1 ¶
type SafekeepingPlaceTypeAndIdentification1 struct {
SfkpgPlcTp SafekeepingPlace1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 SfkpgPlcTp"`
Id AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Id"`
}
type SafekeepingPlaceTypeAndText6 ¶
type SafekeepingPlaceTypeAndText6 struct {
SfkpgPlcTp SafekeepingPlace2Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 SfkpgPlcTp"`
Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Id,omitempty"`
}
type SecuritiesEntryType2Code ¶
type SecuritiesEntryType2Code string
May be one of BLOK, ELIG, PEND, PENR, NOMI, SETD, BORR, LOAN, SPOS, TRAD, COLI, COLO, UNBA, INBA, REGO
type SecurityIdentification19 ¶
type SecurityIdentification19 struct {
ISIN ISINOct2015Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 ISIN,omitempty"`
OthrId []OtherIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 OthrId,omitempty"`
Desc Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Desc,omitempty"`
}
type SecurityPosition12 ¶
type SecurityPosition12 struct {
FinInstrmId SecurityIdentification19 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 FinInstrmId"`
Pos []EligiblePosition9 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Pos,omitempty"`
}
type SupplementaryData1 ¶
type SupplementaryData1 struct {
PlcAndNm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 PlcAndNm,omitempty"`
Envlp SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.002.001.07 Envlp"`
}
type SupplementaryDataEnvelope1 ¶
type SupplementaryDataEnvelope1 struct {
Item string `xml:",any"`
}
type TypeOfIdentification4Code ¶
type TypeOfIdentification4Code string
May be one of ARNU, CUST, CORP, DRLC, IDCD, NRIN, CCPT, SOCS, TXID
Click to show internal directories.
Click to hide internal directories.