The Fuse APIs return data features from some APIs that adhere to a sensible set of guidelines. All our Data Features will use the following structures consistently.
Data Classes
Data Features returned by the Fuse API will contain data in certain "Data Classes", which the documentation will specify. Below is an exhaustive list of the currently in-use data classes by the Fuse Data Features.
Age
Value
Description
null
Missing data
0
Event happened on the report date
[1,inf)
Age in days of an event
Count
Value
Description
null
Missing data
0
No data items found
[1,inf)
1 or more data items found
Boolean
Value
Description
null
Missing data
0 (or false)
No
1 (or true)
Yes
Amount
Value
Description
null
Missing data
[0,inf)
Amount in the specified currency’s natural units (e.g. GBP)
Balance
Value
Description
null
Missing data
(-inf,inf)
Amount in the specified currency’s natural units (e.g. GBP)
Ratio
Value
Description
null
Missing data / indeterminate
[0,inf)
Ratio of two quantities
Probability
Value
Description
null
Missing data / indeterminate
[0,1]
Probability of an even occurring
📘
Note
There are some special ratios where an indeterminate ratio is defined as e.g. 0…. These features will be flagged as such in the documentation