Bucketing
Apply individual variance tolerances to protect the identity of the originating data
Last updated
Apply individual variance tolerances to protect the identity of the originating data
Last updated
StreamEvent
date and number values can be obfuscated using individual variance tolerances to protect the identity of the originating data structure.
This is more akin to blurring rather than obfuscation.
Each date value for a specified field will be varied by a random number of days, whilst maintaining the original variance, range and distribution.
This can useful where it would otherwise be possible to identify individuals by an exact match, such as date of birth.
Give an approximate value for age information.
Attribute | Description | Data Type | Required |
---|---|---|---|
Each number can be varied by a random percentage, whilst maintaining the original variance, range and distribution.
This can useful where it would otherwise be possible to identify individuals salary by an exact match.
Give an approximate value for salary information.
Attribute | Description | Data Type | Required |
---|---|---|---|
variance
Maximum number of days to vary the source date
Integer
Default: 120
variance
Variance multiplier to be applied to random masking process
Double
Default: 0.15