Propose pricing decisions (gap night floors)
propose_decisionsFinds upcoming gap nights where current price is below cost floor and proposes fixing them at the floor to prevent selling at a loss.
Instructions
Proposes concrete pricing decisions in euros: finds upcoming gap nights where the current price recommendation is below your cost floor (turnover + travel + MIN_MARGIN, adjustable with the risk preset) and proposes fixing those nights at the floor so they can't sell below cost. Proposals are saved to the local decision log (NM_STATE_DIR, default ~/.night-margin). Window defaults to the next 30 days. Proposing never changes prices — prices change only when a decision is applied with apply_decision and explicit confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Window end (exclusive), YYYY-MM-DD (optional — defaults to 30 days from the start) | |
| from | No | Window start, YYYY-MM-DD (optional — defaults to today; decisions apply to future nights) | |
| risk | No | Risk preset for the gap-night floor's minimum margin (Wheelhouse's own CON/REC/AGG language): conservative doubles MIN_MARGIN, recommended keeps it as configured (default), aggressive uses 40% of it. |