OBJECT
FinOpsEffectiveSavingsRateData
Effective Savings Rate data
link GraphQL Schema definition
- type FinOpsEffectiveSavingsRateData {
- # Effective Savings Rate Data for the respective discount for last 12 months.
- FinOpsAggregationValuesWithTimeStamp!]! : [
- # The granularity over which the ESR data will be populated.
- # Currently, only monthly is supported.
- FinOpsDataGranularity! :
- # The time period over which the ESR data will be populated.
- # Currently, only Last 12 months is supported.
- String! :
- # The ESR data calculation unit
- String! :
- }