XML Schema Documentation

Complex Type: CashSettlementReferenceBanks

[Table of contents]

Super-types: None
Sub-types: None
Name CashSettlementReferenceBanks
Used by (from the same schema document) Complex Type SettlementRateSource
Abstract no
Documentation A type defining the list of reference institutions polled for relevant rates or prices when determining the cash settlement amount for a product where cash settlement is applicable.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<referenceBank> ReferenceBank </referenceBank> [1..*]

'An institution (party) identified by means of a coding scheme and an optional name.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="CashSettlementReferenceBanks">
<xsd:sequence>
<xsd:element name="referenceBank" type=" ReferenceBank " maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>