Skip to main content

DH 1.0.45498.2

Overview

Changes

Aggregator

- #372 Added new config parameter: toggle-cf-type

  • Toggles the principal amount,i.e., multiplies the prin_amt by minus one for the give cashflow type. It takes N(default) for none, I for inflow, O for outflow and A for both inflow and outflow.
  • Programs Affected:
    • balm_aggr_nm : The argument is optional, so no impact on existing setup. Note: is_amt_abs should be false for correct functioning of toggle-cf-type.

- #392 Made npa (required field) as optional

  • Required field 'npa' was made optional to avoid impact on existing setup.
  • Programs Affected:
    • balm_aggr_nm, balm_aggr_m, balm_aggr_dim_nm, balm_aggr_dim_m : The required field may or nay not contain 'npa' field.

Fixes

Aggregator

- #373 Panicking the program if loading fails.

  • Currently, the program used to panic only in output writer part, i.e., even if loading failed, it used to show success. The program was updated to capture error message of loader part and panic.
  • Programs Affected:
    • llg_gl_recon, src_gl_recon_data: Only the panic if load fail was added, no other impacts.

Program Details

#ProgramCurrent VersionBreaking ChangesChangesFixesDeprecated Features
1balm_aggr_nm2.0.4N/AAdded new config parameter: toggle-cf-type, Made npa (required field) as optionalN/AN/A
2balm_aggr_m2.0.4N/AMade npa (required field) as optionalN/AN/A
3balm_aggr_dim_nm2.0.3N/AMade npa (required field) as optionalN/AN/A
4balm_aggr_dim_m2.0.4N/AMade npa (required field) as optionalN/AN/A
5llg_gl_recon2.0.1N/AN/APanicking the program if loading failsN/A
6src_gl_recon_data2.0.1N/AN/APanicking the program if loading failsN/A