<xsd:complexType name="LoanAllocationTransferFeeDueEvent" 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 an allocation.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanAllocationEvent">
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation>Amount of transfer fee due to the admin agent for the allocation.</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>
|