From 619539eac9a299b20fb452f1feb7c03622390b4c Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Tue, 9 Sep 2025 15:39:40 -0400 Subject: [PATCH] update to hold at last price, no drop --- procs/single_price_call.pg.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/procs/single_price_call.pg.sql b/procs/single_price_call.pg.sql index 58e6eca..20adab3 100644 --- a/procs/single_price_call.pg.sql +++ b/procs/single_price_call.pg.sql @@ -384,8 +384,8 @@ BEGIN ,_approval_price ,_approval_reason FROM - pricequote.guidance_logic(_tprice, _last_price_norm, _listprice_eff, _last_date, .95, 1.0, 1.0) gl - CROSS JOIN pricequote.approval_logic(_tprice, _last_price_norm, _listprice_eff, _last_date, .95, 1.0, 1.0) al; + pricequote.guidance_logic(_tprice, _last_price_norm, _listprice_eff, _last_date, 1.0, 1.0, 1.0) gl + CROSS JOIN pricequote.approval_logic(_tprice, _last_price_norm, _listprice_eff, _last_date, 1.0, 1.0, 1.0) al; ------------------------------------------------------------------ -- Step 8: Build explanation JSON