<xsd:complexType name="Allocation">
<xsd:sequence>
<xsd:element name="allocationTradeId" type="PartyTradeIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">Unique ID for the allocation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="AccountReferenceOrPartyReference.model" />
<xsd:choice>
<xsd:element name="allocatedFraction" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The fractional allocation (0.45 = 45%) of the notional and "block" fees to this particular client subaccount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="allocatedNotional" type="Money">
<xsd:annotation>
<xsd:documentation xml:lang="en">The notional allocation (amount and currency) to this particular client account.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:group ref="AllocationContent.model" />
</xsd:sequence>
</xsd:complexType>
|