<xsd:complexType name="LoanTradeTransferFeeDueEvent" abstract="false">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that defines details related to the admin agent's determination of transfer fee(s) owed on a trade.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanTradeEvent">
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation>Amount of transfer fee owed to the admin agent for the trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dueDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The business date on which the transfer fee is due.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|