Skip to main content

V1Recommendation

One day's V1 recommendation, shaped for UI display.

datedaterequired
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.

anyOf
string

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.

anyOf
string

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.

anyOf
string

Possible values: Value must match regular expression ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$

recommended_rateRecommended Raterequired

V1 engine output, rounded to 2 decimals.

Possible values: Value must match regular expression ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$

justificationJustificationrequired

Human-readable explanation of how the recommended rate was derived. Suitable for display in a partner dashboard.

V1Recommendation
{
"date": "2024-07-29",
"current_rate": "string",
"market_rate": "string",
"competitor_rate": "string",
"recommended_rate": "string",
"justification": "string"
}