Lump_sum_or_regular_premium_indicator

/FundsXML4/RegulatoryReportings/IndirectReporting/PRIIPS/PRIIPS_Report/CEPT_RHPS/CEPT_RHP/RHPPeriodsDefinition/Lump_sum_or_regular_premium_indicator

Diagram

Lump_sum_or_regular_premium_indicator 31050-To indicate whether a lump sum or regular premium option has been chosen One of the options in the following closed list to be used: LS - Lump sum RP - Regular premium

Documentation

31050-To indicate whether a lump sum or regular premium option has been chosen
One of the options in the following closed list to be used:
LS - Lump sum
RP - Regular premium

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
8
Sample Data
LS
Restrictions
Base: xs:string
MaxLength: 2
Enumeration:
  • LS
  • RP

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="Lump_sum_or_regular_premium_indicator">
   <xs:annotation>
      <xs:documentation>31050-To indicate whether a lump sum or regular premium option has been chosen
One of the options in the following closed list to be used:
LS - Lump sum 
RP - Regular premium</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:maxLength value="2"/>
         <xs:enumeration value="LS"/>
         <xs:enumeration value="RP"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>