<xsd:complexType name="LoanTradingCounterpartySettlementFundingFactors" abstract="false">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that defines the factors that impact settlement cashflows.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:sequence>
<xsd:element name="delayedCompensation" type="LoanTradingDelayedCompensation" />
<xsd:element name="costOfCarry" type="LoanTradingCostOfCarry" />
</xsd:sequence>
<xsd:element name="economicBenefit" type="LoanTradingEconomicBenefit" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The total economic benefit, based on facility-level activity between trade and settlement date, payable to the buyer of the asset.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="transferFeeAmounts" type="BuyerSellerAmounts">
<xsd:annotation>
<xsd:documentation>Countparty shares of the transfer fee owed to the agent.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|