Business Registry Verifications

  • 🍃 Add new attributes to Business Registry Verifications: To provide the underlying record that a BRV matched against, each match requirement now includes four new attributes:

    • claimed_attributes: the value found on the provided input for a specific match requirement.
    • extracted_attributes: the value found on the backing record for a specific match requirement.
    • normalized_claimed_attributes: the result of normalizing claimed-value through normalization methods defined on the associated match requirement.
    • normalized_extracted_attributes: the result of normalizing extracted-value through normalization methods defined on the associated match requirement.