<xsd:complexType name="LoanClosing">
<xsd:annotation>
<xsd:documentation>
The OFX element "LOANCLOSING" is of type "LoanClosing"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="FITID" type="ofx:FinancialInstitutionTransactionIdType" />
<xsd:element name="DTOPEN" type="ofx:DateTimeType" minOccurs="0" maxOccurs="1" />
<xsd:element name="DTCLOSE" type="ofx:DateTimeType" />
<xsd:element name="DTNEXT" type="ofx:DateTimeType" minOccurs="0" maxOccurs="1" />
<xsd:element name="BALOPEN" type="ofx:AmountType" minOccurs="0" maxOccurs="1" />
<xsd:element name="PRINBAL" type="ofx:PrincipalBalanceType" />
<xsd:element name="LOANINT" type="ofx:LoanInterestType" />
<xsd:element name="LOANRATE" type="ofx:LoanRateType" />
<xsd:element name="ESTPAYOFF" type="ofx:EstimatedPayoff" minOccurs="0" />
<xsd:element name="BALLOONAMT" type="ofx:AmountType" minOccurs="0" />
<xsd:element name="LOANPMT" type="ofx:LoanPaymentAmount" minOccurs="0" />
<xsd:element name="LOANRMNPMTS" type="ofx:LoanNumPaymentsType" minOccurs="0" />
<xsd:element name="BALLIST" type="ofx:BalanceList" minOccurs="0" />
<xsd:element name="ESCRWBAL" type="ofx:EscrowBalance" minOccurs="0" />
<xsd:element name="DTPOSTSTART" type="ofx:DateTimeType" />
<xsd:element name="DTPOSTEND" type="ofx:DateTimeType" />
<xsd:element name="MKTGINFO" type="ofx:InfoType" minOccurs="0" maxOccurs="1" />
<xsd:element name="IMAGEDATA" type="ofx:ImageData" minOccurs="0" />
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element name="CURRENCY" type="ofx:Currency" />
<xsd:element name="ORIGCURRENCY" type="ofx:Currency" />
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|