RateType

/FundsXML4/RegulatoryReportings/IndirectReporting/TripartiteTemplateSolvencyII_V5/Portfolio/Positions/Position/InterestRateInstrumentCharacteristics/SEQUENCE_39139/RateType

Diagram

RateType A32 - Type of interest rate: "Fixed" (fixe), "Variable" (révisable), "Floating" (variable), " Infation_linked" (inflation linked bonds)

Documentation

en

A32 - Type of interest rate:
"Fixed" (fixe), "Variable" (révisable), "Floating" (variable), " Infation_linked" (inflation linked bonds)

Properties

Type
(anonymous)
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
9
Sample Data
Variable
Restrictions
Base: xs:string
Enumeration:
  • Fixed
  • Variable
  • Floating
  • Infation_linked

XML Snippet

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="RateType">
   <xs:annotation>
      <xs:documentation xml:lang="en">A32 - Type of interest rate:
"Fixed" (fixe), "Variable" (révisable), "Floating" (variable), " Infation_linked" (inflation linked bonds)</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="Fixed"/>
         <xs:enumeration value="Variable"/>
         <xs:enumeration value="Floating"/>
         <xs:enumeration value="Infation_linked"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>