Coupon

/FundsXML4/RegulatoryReportings/IndirectReporting/TripartiteTemplateSolvencyII_V6/Portfolio/Positions/Position/DerivativeOrConvertible/UnderlyingInstrument/Coupon

Diagram

Coupon CouponRate PercentageType [1] CouponFrequency SIICouponFrequencyType [1]

Documentation

EN

If underlying instrument is an interest rate instrument.

Properties

Type
(anonymous)
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
9

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
PercentageType

A75 - Next coupon rate in percentage.
3.5% = 3.5

Der PercentageType definiert die Prozentwerte. Abgeleitet ist er von decimal. Veraendert wurde er nicht. Bei Prozentwerten kann man je nach Definition fuer 3, 5 % die Werte 3.5 oder 1.035 oder 0.035 angeben. Mit diesem Typ dokumentiert FundsXML, dass fuer Prozentwerte die Auspraegung 3.5 benutzt werden muss um eine einheitliche Auspraegung fuer den Datenaustausch zwischen Firmen zu erreichen.

996.58
SIICouponFrequencyType

A76 - Coupon payment frequency as "number of coupon payment per year
0 = other than below options:
1= annual
2= biannual
4= quarterly
12= monthly
52= weekly"

Coupon Frequency: 0 other than 1 Annual, 2 Semestrial, 4 Quarterly, 12 Monthly

12

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="Coupon">
   <xs:annotation>
      <xs:documentation xml:lang="en">If underlying instrument is an interest rate instrument.</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element name="CouponRate" type="PercentageType">
            <xs:annotation>
               <xs:documentation xml:lang="en">A75 - Next coupon rate in percentage.
3.5% = 3.5</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="CouponFrequency" type="SIICouponFrequencyType">
            <xs:annotation>
               <xs:documentation xml:lang="en">A76 - Coupon payment frequency as "number of coupon payment per year
0 = other than below options:
1= annual
2= biannual
4= quarterly
12= monthly
52= weekly"
</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>