Merged in feature/remove-greaterof-ind (pull request #592)

remove Greater Of from prompt, as its always N

* remove Greater Of from prompt, as its always N

* Merged main into feature/remove-greaterof-ind


Approved-by: Alex Galarce
This commit is contained in:
Katon Minhas
2025-06-27 20:22:22 +00:00
parent 4bb5c96b5f
commit c6a1ca6d80
2 changed files with 4 additions and 1 deletions
@@ -66,6 +66,9 @@ def postprocess(df):
# Add AARETE_DERIVED_PRODUCT
df = investment_postprocessing_funcs.add_aarete_derived_product(df)
# Add GREATER_OF_IND
df["GREATER_OF_IND"] = "N"
# Standardize output column order - this should ALWAYS be the final postprocessing step
df = investment_postprocessing_funcs.reorder_columns(df, COLUMN_ORDER)
@@ -26,7 +26,7 @@
{
"field_name": "GREATER_OF_IND",
"relationship": "one_to_n",
"field_type": "methodology_breakout",
"field_type": "TBD",
"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'."
},
{