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'." },