IMsStringGenerator.HideModelPeriods

Syntax

HideModelPeriods: Boolean;

Description

The HideModelPeriods property determines whether to hide the calculation period in the string view.

Comments

Available values:

Method of determining the calculation period Example of string view
Calculation period is set by certain dates Arhentina|NGDP[t] = Arhentina|BCA[t], 2014A1-2020A1
The calculation period is set by certain dates and one of them is the parameter Arhentina|NGDP[t] = Arhentina|BCA[t], 2014A1-{EndDate}
Sample period start is determined by the condition:
  1. Start of data +/-k periods.

  2. Today +/-k periods.

  3. From the sample period end +/-k periods.

  1. Arhentina|NGDP[t] = Arhentina|BCA[t], (Data start +/-k)-2020A1.

  2. Arhentina|NGDP[t] = Arhentina|BCA[t], (Today +/-k)-2020A1.

  3. Arhentina|NGDP[t] = Arhentina|BCA[t], (From sample end +/-k)-2020A1.

Sample period end is determined by the following condition:
  1. Start of data +/-k periods.

  2. End of data +/-k periods.

  3. Today +/-k periods.

  4. From sample start +/-k periods.

  1. Arhentina|NGDP[t] = Arhentina|BCA[t], (Data start +/-k)-2020A1

  2. Arhentina|NGDP[t] = Arhentina|BCA[t], (Data end +/-k)-2020A1

  3. Arhentina|NGDP[t] = Arhentina|BCA[t], (Today +/-k)-2020A1

  4. Arhentina|NGDP[t] = Arhentina|BCA[t], (From sample start +/-k)-2020A1

Forecasting period end is determined by the condition:
  1. End of data +/-k periods.

  2. From the sample period end +/-k periods.

  3. Today +/-k periods.

  1. Arhentina|NGDP[t] = Arhentina|BCA[t], 2014A1-(Data end +/-k).

  2. Arhentina|NGDP[t] = Arhentina|BCA[t], 2014A1-(From sample end +/-k).

  3. Arhentina|NGDP[t] = Arhentina|BCA[t], 2014A1-(Current date +/-k).

All cases when two dates are set by using conditions Arhentina|NGDP[t] = Arhentina|BCA[t], (Data start +/-k)-(Current date +/-k)
All cases when one date is set by the parameter and another by the condition Arhentina|NGDP[t] = Arhentina|BCA[t], (Data start +/-k)-{EndDate}

Example

The property use is given in the example for IMsModel.AutoName.

See also:

IMsStringGenerator