{
  "grossVariance": {
    "previousPay": {
      "periodStartDate": "2026-03-01",
      "periodEndDate": "2026-03-31",
      "totalAmount": {
        "value": 4000000,
        "currency": "USD"
      }
    },
    "currentPay": {
      "periodStartDate": "2026-04-01",
      "periodEndDate": "2026-04-30",
      "totalAmount": {
        "value": 4000000,
        "currency": "USD"
      }
    },
    "payYoy": {
      "periodStartDate": "2025-04-01",
      "periodEndDate": "2025-04-30",
      "totalAmount": {
        "value": 3800000,
        "currency": "USD"
      }
    },
    "payDifference": {
      "percentDifference": 0,
      "amountDifference": {
        "value": 0,
        "currency": "USD"
      },
      "workerDifference": {
        "label": "0 employees with different gross pay",
        "link": "string"
      }
    }
  },
  "netVariance": {
    "previousPay": {
      "periodStartDate": "2026-03-01",
      "periodEndDate": "2026-03-31",
      "totalAmount": {
        "value": 1000,
        "currency": "USD"
      }
    },
    "currentPay": {
      "periodStartDate": "2026-04-01",
      "periodEndDate": "2026-04-30",
      "totalAmount": {
        "value": 1000,
        "currency": "USD"
      }
    },
    "payYoy": {
      "periodStartDate": "2025-04-01",
      "periodEndDate": "2025-04-30",
      "totalAmount": {
        "value": 1000,
        "currency": "USD"
      }
    },
    "payDifference": {
      "percentDifference": 0,
      "amountDifference": {
        "value": 1000,
        "currency": "USD"
      },
      "workerDifference": {
        "label": "2 employees with different net pay",
        "link": "string"
      }
    }
  },
  "additionalVariances": [
    {
      "label": "Total Deductions",
      "previousPay": {
      "periodStartDate": "2026-03-01",
      "periodEndDate": "2026-03-31",
        "totalAmount": {
          "value": 2000,
          "currency": "USD"
        }
      },
      "currentPay": {
      "periodStartDate": "2026-04-01",
      "periodEndDate": "2026-04-30",
        "totalAmount": {
          "value": 1000,
          "currency": "USD"
        }
      },
      "payYoy": {
      "periodStartDate": "2025-04-01",
      "periodEndDate": "2025-04-30",
        "totalAmount": {
          "value": 1000,
          "currency": "USD"
        }
      },
      "payDifference": {
        "percentDifference": 0,
        "amountDifference": {
          "value": 1000,
          "currency": "USD"
        },
        "workerDifference": {
          "label": "0 new deductions introduced",
          "link": "string"
        }
      }
    }
  ]
}