ARGUS Enterprise · JSON Structure

Argus Enterprise Cash Flow Period Structure

CashFlowPeriod schema from ARGUS Enterprise API

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

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

Properties

periodStart periodEnd grossPotentialRent vacancyLoss effectiveGrossIncome otherIncome totalRevenue operatingExpenses netOperatingIncome capitalExpenditures tenantImprovements leasingCommissions debtService cashFlowBeforeDebt cashFlowAfterDebt

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-period-structure.json",
  "name": "CashFlowPeriod",
  "description": "CashFlowPeriod schema from ARGUS Enterprise API",
  "type": "object",
  "properties": {
    "periodStart": {
      "type": "date",
      "description": "Period start date"
    },
    "periodEnd": {
      "type": "date",
      "description": "Period end date"
    },
    "grossPotentialRent": {
      "type": "double",
      "description": "Gross potential rental income"
    },
    "vacancyLoss": {
      "type": "double",
      "description": "Vacancy and credit loss"
    },
    "effectiveGrossIncome": {
      "type": "double",
      "description": "Effective gross income after vacancy"
    },
    "otherIncome": {
      "type": "double",
      "description": "Other income (parking, storage, etc.)"
    },
    "totalRevenue": {
      "type": "double",
      "description": "Total revenue"
    },
    "operatingExpenses": {
      "type": "double",
      "description": "Total operating expenses"
    },
    "netOperatingIncome": {
      "type": "double",
      "description": "Net operating income (NOI)"
    },
    "capitalExpenditures": {
      "type": "double",
      "description": "Capital expenditure costs"
    },
    "tenantImprovements": {
      "type": "double",
      "description": "Tenant improvement costs"
    },
    "leasingCommissions": {
      "type": "double",
      "description": "Leasing commission costs"
    },
    "debtService": {
      "type": "double",
      "description": "Debt service payments"
    },
    "cashFlowBeforeDebt": {
      "type": "double",
      "description": "Cash flow before debt service"
    },
    "cashFlowAfterDebt": {
      "type": "double",
      "description": "Cash flow after debt service"
    }
  }
}