Skip to main content
Version: 1.0

Reference. Model Factors configuration

You can configure Model factors for Model Re-train and Main BP execution in the nss_decision_model_config Data Store. The model_config_name column is used in Data Store Profiles for running the Main NSS BP Profile Configuration of the Business Process.

Model factors should be the same for both these processes.

FieldDescriptionTypeMandatoryExample
ignore_address_typeThe parameter enables the address type to be used in address comparison.
  • If ignore_address_type = true, the address type skips and address cross-compare is applied.
  • If ignore_address_type = false, the address type doesn't skip and the address compares by the address type.
When address type doesn't exist on any side, input, or hit, this address compares with all addresses from the other side.
BoolYestrue (false)
neigbouring_factor_onThe parameter enables an address to be checked as neighbouring countries.
  • If neigbouring_factor_on = true, the following countries are matched as neighbours: CA and USA, BLR and RUS.
  • If neigbouring_factor_on = false, the following countries are not compared as neighbours: CA and USA, BLR and RUS, and the result for the country match will be mismatch.
BoolYestrue (false)
ignore_dates_typeThe parameter enables the date type to be used in dates comparison.
  • If ignore_dates_type = true, the date type skips and date cross-compare is applied.
  • If ignore_dates_type = false, the date type doesn't skip and the date compares by the date type.
When the date type doesn't exist on any side, input, or hit, this date compares with all dates from the other side.
BoolYestrue (false)