<xsd:group name="LoanTradingTransferFeeDetermination.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model which contains factors associated with the payment of a transfer fee.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="waivedFlag" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">A flag defining whether the transfer fee is to be waived for this allocation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="creditAgreementAmount" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation>Amount of transfer fee owed to the admin agent for the allocation, per the credit agreement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="agentAmount" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation>Amount of transfer fee owed to the admin agent for the allocation, as determined by the agent.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|