The <ReturnData> Element

Description

Node for return values.

<ReturnData
    period = string
    date = datetime
    value = money />

Attributes

Attribute nameData typeDescription
periodstring The period for the return value:

1-month, 1-month-monthly One month return value.
3-month, 3-month-monthly Three month return value.
1-year, 1-year-monthly One year return value.
3-year, 3-year-monthly Three year return value.
5-year, 5-year-monthly Five year return value.
10-year, 10-year-monthly Ten year return value.

datedatetime The date for the return value.
valuemoney The calculated value for the return value.

Number of occurences

Unlimited

Occurs within

<Details>

Can contain

None (element is closed).

See also

<Statistics> | <Return>