complexType "LcAccrual"
Namespace:
Content:
complex, 6 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (6):
dayCountFraction (defined in AccrualOptionBase complexType),
paymentFrequency (defined in AccrualOptionBase complexType),
rate (defined in FeeRateOptionBase complexType)
All Direct / Indirect Based Elements (1):
lcAccrual
Known Usage Locations
Annotation
A full definition of the accrual characteristics of a letter of credit. This structure defines both the underlying letter of credit issuance fee rate as well as any FX rates applied.
Type Definition Detail
Type Derivation Tree
AccrualOptionBase (extension)
  FeeRateOptionBase (extension)
      LcAccrual
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="LcAccrual">
<xsd:complexContent>
<xsd:extension base="FeeRateOptionBase">
<xsd:sequence minOccurs="0">
<xsd:element name="currency" type="Currency"/>
<xsd:element name="lcFxRate" type="FxTerms"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/6)
currency
Type:
Currency, simple content
The currency in which the letter of credit accrual is denominated. This field should ONLY be populated when the accrual currency is different to the base letter of credit currency.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="currency" type="Currency"/>

lcFxRate
Type:
FxTerms, complex content
Defines exchange rate between the letter of credit accrual and letter of credit currencies.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="lcFxRate" type="FxTerms"/>

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.