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:
@@ -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'."
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user