Skip to content

7.0.0-dev.125

Choose a tag to compare

@ReleaseManagement-BP ReleaseManagement-BP released this 26 Jun 10:27
feb00d3

Product Taxonomy: Align Qualification with Product Taxonomy Model

Background

Product qualification identifies a product type from its economic terms and represents the result as product taxonomy information. This allows inferred product classifications to be captured alongside taxonomy values sourced from external standards or documentation. For further details, refer to the documentation.

What is being released?

Previously, product qualification results were stored in the dedicated productQualifier attribute, while other taxonomy values were represented using the taxonomy name attribute. This introduced two different mechanisms for representing taxonomy information within the same type.

The ProductTaxonomy representation has been simplified to align product qualification with the existing taxonomy model:

  • The dedicated productQualifier attribute has been removed.
  • Product qualification results are now stored using the taxonomy name attribute, consistent with other taxonomy values.
  • A new boolean attribute, calculated, has been added to ProductTaxonomy to distinguish taxonomy values that have been generated by the CDM qualification process from those supplied from external sources.

Review directions

Changes can be reviewed in PR: #4895