ARGUS Enterprise · Schema

CashFlowPeriod

CashFlowPeriod schema from ARGUS Enterprise API

Altus GroupAsset ManagementCash Flow ModelingCommercial Real EstatePortfolio-ManagementValuation

Properties

Name Type Description
periodStart string Period start date
periodEnd string Period end date
grossPotentialRent number Gross potential rental income
vacancyLoss number Vacancy and credit loss
effectiveGrossIncome number Effective gross income after vacancy
otherIncome number Other income (parking, storage, etc.)
totalRevenue number Total revenue
operatingExpenses number Total operating expenses
netOperatingIncome number Net operating income (NOI)
capitalExpenditures number Capital expenditure costs
tenantImprovements number Tenant improvement costs
leasingCommissions number Leasing commission costs
debtService number Debt service payments
cashFlowBeforeDebt number Cash flow before debt service
cashFlowAfterDebt number Cash flow after debt service
View JSON Schema on GitHub

JSON Schema

argus-enterprise-cash-flow-period-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argus-enterprise/refs/heads/main/json-schema/argus-enterprise-cash-flow-period-schema.json",
  "title": "CashFlowPeriod",
  "description": "CashFlowPeriod schema from ARGUS Enterprise API",
  "type": "object",
  "properties": {
    "periodStart": {
      "type": "string",
      "format": "date",
      "description": "Period start date"
    },
    "periodEnd": {
      "type": "string",
      "format": "date",
      "description": "Period end date"
    },
    "grossPotentialRent": {
      "type": "number",
      "format": "double",
      "description": "Gross potential rental income"
    },
    "vacancyLoss": {
      "type": "number",
      "format": "double",
      "description": "Vacancy and credit loss"
    },
    "effectiveGrossIncome": {
      "type": "number",
      "format": "double",
      "description": "Effective gross income after vacancy"
    },
    "otherIncome": {
      "type": "number",
      "format": "double",
      "description": "Other income (parking, storage, etc.)"
    },
    "totalRevenue": {
      "type": "number",
      "format": "double",
      "description": "Total revenue"
    },
    "operatingExpenses": {
      "type": "number",
      "format": "double",
      "description": "Total operating expenses"
    },
    "netOperatingIncome": {
      "type": "number",
      "format": "double",
      "description": "Net operating income (NOI)"
    },
    "capitalExpenditures": {
      "type": "number",
      "format": "double",
      "description": "Capital expenditure costs"
    },
    "tenantImprovements": {
      "type": "number",
      "format": "double",
      "description": "Tenant improvement costs"
    },
    "leasingCommissions": {
      "type": "number",
      "format": "double",
      "description": "Leasing commission costs"
    },
    "debtService": {
      "type": "number",
      "format": "double",
      "description": "Debt service payments"
    },
    "cashFlowBeforeDebt": {
      "type": "number",
      "format": "double",
      "description": "Cash flow before debt service"
    },
    "cashFlowAfterDebt": {
      "type": "number",
      "format": "double",
      "description": "Cash flow after debt service"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/argus-enterprise-cash-flow-period"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.