V1Recommendation
One day's V1 recommendation, shaped for UI display.
current_rate object
The hotel's current rate for this day, sourced from the is_self=true competitor-pricing row. Null when no self pricing has been ingested for this date.
- string
- null
Possible values: Value must match regular expression ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
market_rate object
The market reference rate for this day. Currently always null — no real backing source is wired yet. Will populate when the data source is available.
- string
- null
Possible values: Value must match regular expression ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
competitor_rate object
Average rate across the company's competitor set for this day. Null when no competitor pricing has been ingested.
- string
- null
Possible values: Value must match regular expression ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
V1 engine output, rounded to 2 decimals.
Possible values: Value must match regular expression ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
Human-readable explanation of how the recommended rate was derived. Suitable for display in a partner dashboard.
{
"date": "2024-07-29",
"current_rate": "string",
"market_rate": "string",
"competitor_rate": "string",
"recommended_rate": "string",
"justification": "string"
}