Apptio · JSON Structure

Cost Allocation Structure

A technology cost allocation record in Apptio

Type: record Properties: 0
AnalyticsCost ManagementIT FinanceTechnology Business Management

Cost Allocation Structure is a JSON Structure definition published by Apptio. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apptio/main/json-structure/cost-allocation-structure.json",
  "title": "CostAllocation",
  "description": "A technology cost allocation record in Apptio",
  "type": "record",
  "fields": [
    {
      "name": "allocationId",
      "type": "string",
      "description": "Unique allocation identifier"
    },
    {
      "name": "costCenter",
      "type": "string",
      "description": "Cost center or department"
    },
    {
      "name": "category",
      "type": "string",
      "description": "Technology cost category"
    },
    {
      "name": "period",
      "type": "string",
      "description": "Reporting period (YYYY-MM)"
    },
    {
      "name": "amount",
      "type": "float64",
      "description": "Allocated cost amount"
    },
    {
      "name": "currency",
      "type": "string",
      "description": "Currency code"
    },
    {
      "name": "vendor",
      "type": "string",
      "description": "Technology vendor or provider"
    }
  ]
}