Skip to main content

DH 2.0.45610.3

Overview

  • Release Date: Nov 14, 2024
  • Previous Release Version: N/A

Changes

PEO

- #585 Added support for .cf input file

  • Previously the program was taking only .txt file as input. Now the program is updated to handle both the .txt and .cf file.

- #603, #608 Added defaut date feature for DATE LOOKUP

  • Previously if input contains wrong date the program was throwing error. Now the program will take a default date if the input date is wrong or not provided.

- #532 Addition of new derivation type RANGE LOOKUP

  • New calculation type to execute lookup based on range.

- #604 Addition of new derivation type STAMP_LLG

  • New calculation type to stamp llg for account based on rule file.

Aggregator

- #169 Updation of health check report

  • Previously healthcheck for output was stamped same as input. Now for output healthcheck new calculation is introduced.
  • Programs Affected:
    • balm_aggr_nm_2, balm_aggr_dim_nm_2

- #616 Updated to take source list and data_type from config file

  • Previously source list and data_type were provided by user as argument. Now the program is updated to extract source list and data_type from the output metadata config.
  • Programs Affected:
    • balm_aggr_super_2

- #616 Updated to take arguments from config file

  • Previously input_files_type and is_maturity were provided by user as argument. Now the program is updated to extract input_files_type and is_maturity from the derivation_type and derivation_subtype of input metadata config.
  • Programs Affected:
    • balm_aggr_consol_2

Loaders

- #616 Removed source list from health check and updated the derivation type constants

  • Previously source list were added in the path to health check report. Now source list is removed from the health check path and the derivation type constants are updated to the new ones.
  • Programs Affected:
    • balm_bulk_insert

Utilities

- #589 Zip_n_purge feature addition

  • Previously, zip_n_purge applied operations only at the file level. Now, generalize it to support operations at both file and folder levels, with an added parameter to skip operation for specific days.

- #584 Updated query_runner to run queries with or without transaction scope

  • Previously, query_runner executed queries within a transaction scope only. Now, generalize query_runner to support both transactional and non-transactional query execution, with a configurable parameter to toggle transaction scope as needed.

Fixes

PEO

- #627 MasterCashflows bug fix

  • Linking of cashflow metadata in output metadata.

Program Details

#ProgramCurrent VersionBreaking ChangesChangesFixesDeprecated Features
1peo_22.0.1N/AAdded support for .cf input file, Added defaut date feature for DATE LOOKUP, Addition of new derivation type RANGE LOOKUP, Addition of new derivation type STAMP_LLGMasterCashflows bug fixN/A
2balm_aggr_nm_23.1.0N/AUpdation of health check reportN/AN/A
3balm_aggr_dim_nm_23.1.0N/AUpdation of health check reportN/AN/A
4balm_aggr_consol_23.0.1N/AUpdated to take arguments from config fileN/AN/A
5balm_aggr_super_23.0.1N/AUpdated to take source list and data_type from config fileN/AN/A
6balm_bulk_insert1.0.1N/ARemoved source list from health check and updated the derivation type constantsN/AN/A
7zip_n_purge0.1.0N/AZip_n_purge feature additionN/AN/A
8query_runner1.0.0N/AUpdated query_runner to run queries with or without transaction scopeN/AN/A