Min Max Date (Algorithm frameworks)
The Continuous Compliance Engine provides a "MinMax Date" to normalize dates within a range. Values that are extremely high or low in certain categories allow viewers to infer someone’s identity, even if their name has been masked. For example, some age ranges suggest higher insurance risk. You can use a MinMax Date algorithm to move all values of this kind into the midrange. This algorithm allows you to make sure that all the values in the database are within a specified range. The algorithm framework applies to date data types.
The Replacement Value for Nonconforming Data value is used when the underlying data to be masked is of type String and conversion to a date is required.
Creating a MinMax Date Algorithm via UI
At the top right of the Algorithms page, click + Algorithm.
Enter an Algorithm Name.
Info: This MUST be unique.
Enter a Description.
Select MinMax Date as the Framework Name and click Next.
Enter the Minimum Date and the Maximum Date.
Enter the Replacement Value for Nonconforming Data if needed.
Click Next to verify details on the Summary step.
Click Save.
For information on creating Min Max algorithms through the API, see API Calls for Creating Algorithms - Min Max.