TargetPriceEnum
RIXML 2.5 Enumeration
Enumeration defining actions regarding price targets including Increase, Decrease, Update (change without direction), and Reiterate (confirm existing target). Used to track analyst price target modifications.
Usage
Used as value for Security targetPriceAction attribute to indicate changes in publisher's price target for specific securities. Signals important analyst actions that affect investment recommendations.
Business Context
Critical for investment decision-making by tracking changes in analyst price expectations, enabling investors to identify shifting sentiment and valuation perspectives from research providers.
Where It Fits
Elements using this type (1)
Definition
| Base Type | string |
Enumeration Values
Increase |
| Increase |
Indicates that the analyst has raised their target price estimate for a security Use when the analyst believes improved fundamentals or market conditions justify a higher price target [RIXML Research Data Dictionary v2.5.1 p.134] ActiveSince 2.1 |
Decrease |
| Decrease |
Indicates that the analyst has lowered their target price estimate for a security Use when the analyst believes deteriorating fundamentals or market conditions justify a lower price target [RIXML Research Data Dictionary v2.5.1 p.134] ActiveSince 2.1 |
Update |
| Update |
Indicates that the analyst has revised their target price without necessarily signaling a directional view Use when the analyst provides a new price target based on updated analysis or methodology changes [RIXML Research Data Dictionary v2.5.1 p.134] ActiveSince 2.1 |
Reiterate |
| Reiterate |
Indicates that the analyst is maintaining their existing target price without change Use when the analyst confirms their current price target remains appropriate despite new information or market developments [RIXML Research Data Dictionary v2.5.1 p.134] ActiveSince 2.3 |
Examples
<!-- Example usage of TargetPriceEnum enumeration -->
<element type="TargetPriceEnum">Increase</element>Version History
Reiterate