DH 1.0.45498.2
Overview
- Release Date: July 25, 2024
- Previous Release Version: DH-1.0.45477.1
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
# | Program | Current Version | Breaking Changes | Changes | Fixes | Deprecated Features |
---|---|---|---|---|---|---|
1 | balm_aggr_nm | 2.0.4 | N/A | Added new config parameter: toggle-cf-type, Made npa (required field) as optional | N/A | N/A |
2 | balm_aggr_m | 2.0.4 | N/A | Made npa (required field) as optional | N/A | N/A |
3 | balm_aggr_dim_nm | 2.0.3 | N/A | Made npa (required field) as optional | N/A | N/A |
4 | balm_aggr_dim_m | 2.0.4 | N/A | Made npa (required field) as optional | N/A | N/A |
5 | llg_gl_recon | 2.0.1 | N/A | N/A | Panicking the program if loading fails | N/A |
6 | src_gl_recon_data | 2.0.1 | N/A | N/A | Panicking the program if loading fails | N/A |