Documentation ¶
Index ¶
- type DatePeriod2
- type DatePeriodSearch1Choice
- type Document
- type ExternalFinancialInstrumentIdentificationType1Code
- type ISIN2021Identifier
- type ISODate
- type ISODateTime
- type IdentificationSource3Choice
- type Max140Text
- type Max16Text
- type Max350Text
- type Max35Text
- type MessageHeader1
- type OtherIdentification1
- type SecuritiesAuditTrailQueryV01
- type SecuritiesAuditTrailSearchCriteria4
- type SecurityIdentification39
- type SupplementaryData1
- type SupplementaryDataEnvelope1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatePeriod2 ¶
type DatePeriodSearch1Choice ¶
type DatePeriodSearch1Choice struct { FrDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 FrDt,omitempty"` ToDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 ToDt,omitempty"` FrToDt DatePeriod2 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 FrToDt,omitempty"` EQDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 EQDt,omitempty"` NEQDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 NEQDt,omitempty"` }
type Document ¶
type Document struct {
SctiesAudtTrlQry SecuritiesAuditTrailQueryV01 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 SctiesAudtTrlQry"`
}
type ExternalFinancialInstrumentIdentificationType1Code ¶
type ExternalFinancialInstrumentIdentificationType1Code string
May be no more than 4 items long
type ISIN2021Identifier ¶
type ISIN2021Identifier 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:reda.033.001.01 Cd,omitempty"` Prtry Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 Prtry,omitempty"` }
type MessageHeader1 ¶
type MessageHeader1 struct { MsgId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 MsgId"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 CreDtTm,omitempty"` }
type OtherIdentification1 ¶
type OtherIdentification1 struct { Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 Id"` Sfx Max16Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 Sfx,omitempty"` Tp IdentificationSource3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 Tp"` }
type SecuritiesAuditTrailQueryV01 ¶
type SecuritiesAuditTrailQueryV01 struct { MsgHdr MessageHeader1 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 MsgHdr,omitempty"` SchCrit SecuritiesAuditTrailSearchCriteria4 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 SchCrit"` SplmtryData []SupplementaryData1 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 SplmtryData,omitempty"` }
type SecuritiesAuditTrailSearchCriteria4 ¶
type SecuritiesAuditTrailSearchCriteria4 struct { FinInstrmId SecurityIdentification39 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 FinInstrmId,omitempty"` DtPrd DatePeriodSearch1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 DtPrd,omitempty"` }
type SecurityIdentification39 ¶
type SecurityIdentification39 struct { ISIN ISIN2021Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 ISIN,omitempty"` OthrId []OtherIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 OthrId,omitempty"` Desc Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 Desc,omitempty"` }
type SupplementaryData1 ¶
type SupplementaryData1 struct { PlcAndNm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 PlcAndNm,omitempty"` Envlp SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.033.001.01 Envlp"` }
type SupplementaryDataEnvelope1 ¶
type SupplementaryDataEnvelope1 struct {
Item string `xml:",any"`
}
Click to show internal directories.
Click to hide internal directories.