CalculationPeriod

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/PerformanceFigures/TotalReturns/TotalReturn/CalculationPeriod

Diagram

CalculationPeriod

Documentation

EN

Calculation period type for performance figures (1 Day, 1 Week, 1 Month, 3 Months, 6 Months, YTD, 1-10 Years, Since launch, Specific)

DE

Berechnungsperioden-Typ für Performance-Kennzahlen (1 Tag, 1 Woche, 1 Monat, 3 Monate, 6 Monate, YTD, 1-10 Jahre, Seit Auflage, Spezifisch)

FR

Type de période de calcul pour les chiffres de performance (1 jour, 1 semaine, 1 mois, 3 mois, 6 mois, YTD, 1-10 ans, depuis le lancement, spécifique)

NL

Berekeningsperiode type voor prestatie cijfers (1 dag, 1 week, 1 maand, 3 maanden, 6 maanden, YTD, 1-10 jaar, sinds lancering, specifiek)

Properties

Type
CalculationPeriodType
Cardinality
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
12
Sample Data
Since launch
Restrictions
Base: xs:string
Enumeration:
  • 1 Day
  • 1 Week
  • 1 Month
  • 3 Months
  • 6 Months
  • YTD
  • 1 Year
  • 3 Years
  • 5 Years
  • 10 Years
  • Since launch
  • Specific

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="CalculationPeriod"
            type="CalculationPeriodType"/>

Referenced Type Definition (CalculationPeriodType)

<xs:simpleType xmlns:altova="http://www.altova.com/xml-schema-extensions"
               xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
               xmlns:xs="http://www.w3.org/2001/XMLSchema"
               name="CalculationPeriodType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Calculation period type for performance figures (1 Day, 1 Week, 1 Month, 3 Months, 6 Months, YTD, 1-10 Years, Since launch, Specific)</xs:documentation>
      <xs:documentation xml:lang="de">Berechnungsperioden-Typ für Performance-Kennzahlen (1 Tag, 1 Woche, 1 Monat, 3 Monate, 6 Monate, YTD, 1-10 Jahre, Seit Auflage, Spezifisch)</xs:documentation>
      <xs:documentation xml:lang="fr">Type de période de calcul pour les chiffres de performance (1 jour, 1 semaine, 1 mois, 3 mois, 6 mois, YTD, 1-10 ans, depuis le lancement, spécifique)</xs:documentation>
      <xs:documentation xml:lang="nl">Berekeningsperiode type voor prestatie cijfers (1 dag, 1 week, 1 maand, 3 maanden, 6 maanden, YTD, 1-10 jaar, sinds lancering, specifiek)</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:enumeration value="1 Day"/>
      <xs:enumeration value="1 Week"/>
      <xs:enumeration value="1 Month"/>
      <xs:enumeration value="3 Months"/>
      <xs:enumeration value="6 Months"/>
      <xs:enumeration value="YTD"/>
      <xs:enumeration value="1 Year"/>
      <xs:enumeration value="3 Years"/>
      <xs:enumeration value="5 Years"/>
      <xs:enumeration value="10 Years"/>
      <xs:enumeration value="Since launch"/>
      <xs:enumeration value="Specific"/>
   </xs:restriction>
</xs:simpleType>