<xsd:complexType name="UnderlyerReferenceUnits">
<xsd:sequence>
<xsd:element name="underlyerReference" type="TradeUnderlyerReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to the underlyer defined within the calculationElements structure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="quantity" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Amount of units.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|