complexType "LoanContract"
Namespace:
Content:
complex, 1 attribute, 16 elements
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (16):
amount (defined in LoanContractSummary complexType),
borrowerPartyReference (defined in LoanContractSummary complexType),
contractId (defined in ContractIdentifier complexType),
contractId (defined in ContractIdentifier complexType),
effectiveDate (defined in LoanContractSummary complexType),
facilityFxRate (defined in LoanContract complexType),
facilityReference (defined in FacilityContractIdentifier complexType),
fixedRateAccrual,
floatingRateAccrual,
guarantorPartyReference (defined in LoanContractSummary complexType),
maturityDate (defined in LoanContract complexType),
partyReference (defined in ContractIdentifier complexType),
partyReference (defined in ContractIdentifier complexType),
repricingDate,
versionedContractId (defined in ContractIdentifier complexType),
versionedContractId (defined in ContractIdentifier complexType)
All Direct / Indirect Based Elements (3):
Known Usage Locations
Annotation
A funded borrowing instrument which utilizes a portion of an available under a single facility (line of credit) within a bank deal (credit agreement).
Type Definition Detail
Type Derivation Tree
ContractIdentifier (extension)
      LoanContractSummary (extension)
          LoanContract
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="LoanContract">
<xsd:complexContent>
<xsd:extension base="LoanContractSummary">
<xsd:sequence>
<xsd:sequence>
<xsd:element minOccurs="0" name="repricingDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="maturityDate" type="xsd:date"/>
</xsd:sequence>
<xsd:choice>
<xsd:element name="fixedRateAccrual" type="FixedRateAccrual"/>
<xsd:element name="floatingRateAccrual" type="FloatingRateAccrual"/>
</xsd:choice>
<xsd:element minOccurs="0" name="facilityFxRate" type="FxTerms"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/16)
facilityFxRate
Type:
FxTerms, complex content
Defines a single (current) FX rate used to calculate utilization in the facility currency. Used in the case where the loan contract currency is different to the facility currency.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="facilityFxRate" type="FxTerms"/>

fixedRateAccrual
Type:
FixedRateAccrual, complex content
Defines the base rate and additional charges associated with the loan contract.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="fixedRateAccrual" type="FixedRateAccrual"/>

floatingRateAccrual
Type:
FloatingRateAccrual, complex content
Defines the base rate and additional charges associated with the loan contract.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="floatingRateAccrual" type="FloatingRateAccrual"/>

maturityDate
Type:
xsd:date, predefined, simple content
The maturity date of the loan contract. In the case of a PRIME-based loan, this field should be set to the maturity date of the facility.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="maturityDate" type="xsd:date"/>

repricingDate
Type:
xsd:date, predefined, simple content
The repricing date of the loan contract. In the case of a PRIME-based loan, this field should be set to the maturity date of the facility.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="repricingDate" type="xsd:date"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.