ExitCostOneYear
/FundsXML4/RegulatoryReportings/IndirectReporting/PRIIPS_V20/EPTV2/Costs/OneOff/ExitCostOneYear
Diagram
Documentation
03030-Exit fees after one year for the portfolio or fund or shar class. It is expressed as a % of net asset value. Mandatory if datapoint Sliding exit cost is Yes.
Properties
- Type
- (anonymous)
- Cardinality
- 0..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
- 7
- Sample Data
- 937.63
- Restrictions
- Base: xs:decimal
 MinInclusive: 0
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"
            minOccurs="0"
            name="ExitCostOneYear">
   <xs:annotation>
      <xs:documentation>03030-Exit fees after one year for the portfolio or fund or shar class. It is expressed as a % of net asset value. Mandatory if datapoint Sliding exit cost is Yes.</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:decimal">
         <xs:minInclusive value="0"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>