OBJECT

FinOpsEffectiveSavingsRateData

Effective Savings Rate data

link GraphQL Schema definition

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