<xsd:complexType name="PassThroughItem">
<xsd:annotation>
<xsd:documentation xml:lang="en">Type to represent a single pass through payment.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="PayerReceiver.model" />
<xsd:element name="underlyerReference" type="AssetReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to the underlyer whose payments are being passed through.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="passThroughPercentage" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Percentage of payments from the underlyer which are passed through.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|