From 9e2de58ee4d04ffe50de74463c1a6c415697af73 Mon Sep 17 00:00:00 2001 From: Mayank Aamseek Date: Wed, 28 Jan 2026 16:40:26 +0000 Subject: [PATCH] Merged in bugfix/add-greater_of-in-breakout (pull request #853) added greater_of_ind in methodology breakout * added greater_of_ind in methodology breakout * Merged main into bugfix/add-greater_of-in-breakout Approved-by: Katon Minhas --- src/pipelines/shared/postprocessing/postprocess.py | 3 --- src/prompts/investment_prompts.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pipelines/shared/postprocessing/postprocess.py b/src/pipelines/shared/postprocessing/postprocess.py index 0000d04..b0252f0 100644 --- a/src/pipelines/shared/postprocessing/postprocess.py +++ b/src/pipelines/shared/postprocessing/postprocess.py @@ -80,9 +80,6 @@ def postprocess(df, constants: Constants): # Add AARETE_DERIVED_PRODUCT df = postprocessing_funcs.add_aarete_derived_product(df) - # Add GREATER_OF_IND - df["GREATER_OF_IND"] = "N" - df = postprocessing_funcs.update_grouper_base_rate_and_grouper_pct_rate(df) df = postprocessing_funcs.fill_empty_dynamic(df) diff --git a/src/prompts/investment_prompts.json b/src/prompts/investment_prompts.json index 34c4f72..87e2fad 100644 --- a/src/prompts/investment_prompts.json +++ b/src/prompts/investment_prompts.json @@ -58,7 +58,7 @@ { "field_name": "GREATER_OF_IND", "relationship": "one_to_n", - "field_type": "TBD", + "field_type": "methodology_breakout", "prompt": "If the methodology text indicates that the reimbursement shall be the greater of two or more values, write 'Y' for this field. Otherwise, write 'N'." },