ARGUS Enterprise · JSON Structure

Argus Enterprise Cash Flow Summary Structure

CashFlowSummary schema from ARGUS Enterprise API

Type: object Properties: 7
Altus GroupAsset ManagementCash Flow ModelingCommercial Real EstatePortfolio ManagementValuation

CashFlowSummary is a JSON Structure definition published by ARGUS Enterprise, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

totalRevenue totalExpenses totalNOI totalCapEx averageOccupancy irr npv

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/argus-enterprise/refs/heads/main/json-structure/argus-enterprise-cash-flow-summary-structure.json",
  "name": "CashFlowSummary",
  "description": "CashFlowSummary schema from ARGUS Enterprise API",
  "type": "object",
  "properties": {
    "totalRevenue": {
      "type": "double",
      "description": "Total revenue over the analysis period"
    },
    "totalExpenses": {
      "type": "double",
      "description": "Total expenses over the analysis period"
    },
    "totalNOI": {
      "type": "double",
      "description": "Total net operating income"
    },
    "totalCapEx": {
      "type": "double",
      "description": "Total capital expenditures"
    },
    "averageOccupancy": {
      "type": "double",
      "description": "Average occupancy rate (percentage)"
    },
    "irr": {
      "type": "double",
      "description": "Internal rate of return (percentage)"
    },
    "npv": {
      "type": "double",
      "description": "Net present value"
    }
  }
}