complexType "LoanContractSummary"
Namespace:
Content:
complex, 5 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
amount (defined in LoanContractSummary complexType),
borrowerPartyReference (defined in LoanContractSummary complexType),
effectiveDate (defined in LoanContractSummary complexType),
guarantorPartyReference (defined in LoanContractSummary complexType),
identifier (defined in LoanContractSummary complexType)
Known Direct Subtypes (1):
LoanContract
All Direct / Indirect Based Elements (7):
contract (defined in LoanContractDetails.model group),
contract (in accrualOptionChangeNotification),
contract (in accrualOptionChangeNotificationRetracted),
contract (in currentContracts in rolloverNotification),
contract (in currentContracts in rolloverNotificationRetracted),
contractSummary,
loanContract
Known Usage Locations
Annotation
A short form of a loan contract.
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="LoanContractSummary">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="identifier" type="FacilityContractIdentifier"/>
<xsd:element name="effectiveDate" type="xsd:date"/>
<xsd:sequence>
<xsd:element name="borrowerPartyReference" type="PartyReference"/>
<xsd:element minOccurs="0" name="guarantorPartyReference" type="PartyReference"/>
</xsd:sequence>
<xsd:element name="amount" type="MoneyWithParticipantShare"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
amount
Type:
MoneyWithParticipantShare, complex content
XML Source (see within schema source)
<xsd:element name="amount" type="MoneyWithParticipantShare"/>

borrowerPartyReference
Type:
PartyReference, empty content
A reference to the borrower against a loan contract.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="borrowerPartyReference" type="PartyReference"/>

effectiveDate
Type:
xsd:date, predefined, simple content
The effective date of the loan contract. This is the date on which the funds are passed to the borrower. It is an actual (adjusted) date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="effectiveDate" type="xsd:date"/>

guarantorPartyReference
Type:
PartyReference, empty content
Party references to any guarantors associated with the facility borrower.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="guarantorPartyReference" type="PartyReference"/>

identifier
Type:
A unique identifier for a loan contract.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="identifier" type="FacilityContractIdentifier"/>

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.