ARGUS Enterprise website screenshot

ARGUS Enterprise

ARGUS Enterprise is the industry-standard commercial property valuation and cash flow forecasting software by Altus Group, now integrated into the ARGUS Intelligence Platform. It provides lease-by-lease cash flow modeling, property valuations using DCF and yield-based methods, budgeting and forecasting, scenario testing, and 40+ industry-standard reports. Trusted by real estate investors, portfolio managers, valuation professionals, and asset managers worldwide and taught at 200+ universities.

2 APIs 10 Features
Altus GroupAsset ManagementCash Flow ModelingCommercial Real EstatePortfolio ManagementValuation

APIs

ARGUS Enterprise Core API

Core REST API for the ARGUS Enterprise platform providing programmatic access to commercial real estate investment management capabilities including property data, portfolio man...

ARGUS Enterprise Webhook API

Webhook service for the ARGUS Enterprise platform enabling real-time event notifications for property changes, valuation updates, lease events, portfolio modifications, and repo...

Collections

Pricing Plans

Rate Limits

Argus Enterprise Rate Limits

5 limits

RATE LIMITS

FinOps

Features

Lease-by-Lease Cash Flow Modeling

Model cash flows at the individual lease level across all property types including office, industrial, retail, and multifamily.

Multiple Valuation Methods

Support for DCF, cap rate, hardcore, term and reversion, and initial yield valuation methodologies.

Budgeting and Forecasting

Create property-level budgets with budget-to-actual tracking and prior-year comparison.

Scenario Analysis

Run what-if scenarios to assess best-case and worst-case outcomes for investment decisions.

Sensitivity Analysis

Stress-test yield rates, growth assumptions, and modeling parameters.

Portfolio Reporting

40+ industry-standard asset and portfolio reports for investor and management communication.

Market Leasing Assumptions

Configure market leasing assumptions for new, vacant, and renewing spaces.

Debt Modeling

Model leveraged and unleveraged returns with debt tranche configuration.

ISO 27001 Certified

ARGUS Enterprise is ISO/IEC 27001:2022 certified and SOC 2 Type II audited.

ARGUS Intelligence Integration

Integrated with ARGUS Intelligence Platform for portfolio-level dashboards and benchmarking.

Use Cases

Asset Valuation

Produce DCF and yield-based valuations for commercial real estate appraisals and acquisitions.

Portfolio Performance Monitoring

Monitor portfolio-level performance against budgets and prior periods with dashboards.

Acquisition Underwriting

Underwrite new property acquisitions with detailed cash flow and return analysis.

Asset Management Budgeting

Create and track property-level budgets against actual performance for active assets.

Investor Reporting

Generate standardized reports for investors, lenders, and boards on asset and portfolio performance.

Disposition Analysis

Model disposition scenarios and exit valuations for hold/sell decisions.

Integrations

ARGUS Intelligence Platform

Native integration with ARGUS Intelligence for portfolio dashboards, analytics, and benchmarking.

ARGUS Developer

Integration with ARGUS Developer for development-to-stabilization lifecycle management.

Yardi

Import property management and lease data from Yardi into ARGUS Enterprise models.

MRI Software

Integrate MRI property management data into cash flow models.

JLL

JLL uses ARGUS Enterprise for asset management and portfolio analytics globally.

CBRE

CBRE uses ARGUS Enterprise for valuation and investment analysis services.

Semantic Vocabularies

Argus Enterprise Context

0 classes · 8 properties

JSON-LD

API Governance Rules

ARGUS Enterprise API Rules

14 rules · 5 errors 7 warnings 2 info

SPECTRAL

JSON Structure

Argus Enterprise Address Structure

5 properties

JSON STRUCTURE

Argus Enterprise Cash Flow Period Structure

15 properties

JSON STRUCTURE

Argus Enterprise Cash Flow Summary Structure

7 properties

JSON STRUCTURE

Argus Enterprise Delivery Attempt Structure

6 properties

JSON STRUCTURE

Argus Enterprise Event List Structure

2 properties

JSON STRUCTURE

Argus Enterprise Event Structure

7 properties

JSON STRUCTURE

Argus Enterprise Health Status Structure

5 properties

JSON STRUCTURE

Argus Enterprise Lease Input Structure

14 properties

JSON STRUCTURE

Argus Enterprise Lease List Structure

2 properties

JSON STRUCTURE

Argus Enterprise Lease Option Structure

5 properties

JSON STRUCTURE

Argus Enterprise Lease Structure

21 properties

JSON STRUCTURE

Argus Enterprise Pagination Structure

4 properties

JSON STRUCTURE

Argus Enterprise Portfolio Input Structure

4 properties

JSON STRUCTURE

Argus Enterprise Portfolio List Structure

2 properties

JSON STRUCTURE

Argus Enterprise Portfolio Structure

9 properties

JSON STRUCTURE

Argus Enterprise Property Input Structure

11 properties

JSON STRUCTURE

Argus Enterprise Property List Structure

2 properties

JSON STRUCTURE

Argus Enterprise Property Structure

16 properties

JSON STRUCTURE

Argus Enterprise Report List Structure

2 properties

JSON STRUCTURE

Argus Enterprise Report Request Structure

7 properties

JSON STRUCTURE

Argus Enterprise Report Structure

8 properties

JSON STRUCTURE

Argus Enterprise Retry Policy Structure

3 properties

JSON STRUCTURE

Argus Enterprise Subscription Input Structure

4 properties

JSON STRUCTURE

Argus Enterprise Subscription List Structure

1 properties

JSON STRUCTURE

Argus Enterprise Subscription Structure

9 properties

JSON STRUCTURE

Argus Enterprise Tenant Input Structure

7 properties

JSON STRUCTURE

Argus Enterprise Tenant List Structure

2 properties

JSON STRUCTURE

Argus Enterprise Tenant Structure

12 properties

JSON STRUCTURE

Argus Enterprise Test Result Structure

4 properties

JSON STRUCTURE

Argus Enterprise Token Response Structure

4 properties

JSON STRUCTURE

Argus Enterprise User List Structure

2 properties

JSON STRUCTURE

Argus Enterprise User Structure

9 properties

JSON STRUCTURE

Argus Enterprise Valuation Input Structure

11 properties

JSON STRUCTURE

Argus Enterprise Valuation List Structure

2 properties

JSON STRUCTURE

Argus Enterprise Valuation Structure

18 properties

JSON STRUCTURE

Example Payloads

Argus Enterprise Lease Example

21 fields

EXAMPLE

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🌐
Portal
Portal
💬
Support
Support
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🎓
Training
Training
🔗
Security
Security
🔗
JSONLD
JSONLD
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Argus Enterprise Webhook API
  version: '1.0'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Subscriptions
    type: folder
  items:
  - info:
      name: Argus Enterprise List Webhook Subscriptions
      type: http
    http:
      method: GET
      url: https://webhooks.argusenterprise.com/v1/subscriptions
      params:
      - name: status
        value: ''
        type: query
        description: Filter by subscription status
      - name: eventType
        value: ''
        type: query
        description: Filter by event type
    docs: Retrieve all webhook subscriptions for the authenticated account, including their status and configured event types.
  - info:
      name: Argus Enterprise Create a Webhook Subscription
      type: http
    http:
      method: POST
      url: https://webhooks.argusenterprise.com/v1/subscriptions
      body:
        type: json
        data: '{}'
    docs: Create a new webhook subscription to receive real-time notifications for specified event types. The target URL must
      be HTTPS and will receive a verification request before activation.
  - info:
      name: Argus Enterprise Get a Webhook Subscription
      type: http
    http:
      method: GET
      url: https://webhooks.argusenterprise.com/v1/subscriptions/:subscriptionId
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: Unique identifier of the webhook subscription
    docs: Retrieve detailed information about a specific webhook subscription.
  - info:
      name: Argus Enterprise Update a Webhook Subscription
      type: http
    http:
      method: PUT
      url: https://webhooks.argusenterprise.com/v1/subscriptions/:subscriptionId
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: Unique identifier of the webhook subscription
      body:
        type: json
        data: '{}'
    docs: Update the configuration of an existing webhook subscription.
  - info:
      name: Argus Enterprise Delete a Webhook Subscription
      type: http
    http:
      method: DELETE
      url: https://webhooks.argusenterprise.com/v1/subscriptions/:subscriptionId
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: Unique identifier of the webhook subscription
    docs: Permanently delete a webhook subscription. No further events will be delivered to the configured URL.
  - info:
      name: Argus Enterprise Pause a Webhook Subscription
      type: http
    http:
      method: POST
      url: https://webhooks.argusenterprise.com/v1/subscriptions/:subscriptionId/pause
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: Unique identifier of the webhook subscription
    docs: Temporarily pause a webhook subscription. Events will be queued and can be replayed when the subscription is resumed.
  - info:
      name: Argus Enterprise Resume a Webhook Subscription
      type: http
    http:
      method: POST
      url: https://webhooks.argusenterprise.com/v1/subscriptions/:subscriptionId/resume
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: Unique identifier of the webhook subscription
    docs: Resume a paused webhook subscription. Any queued events will be delivered to the configured URL.
  - info:
      name: Argus Enterprise Send a Test Event
      type: http
    http:
      method: POST
      url: https://webhooks.argusenterprise.com/v1/subscriptions/:subscriptionId/test
      params:
      - name: subscriptionId
        value: ''
        type: path
        description: Unique identifier of the webhook subscription
    docs: Send a test webhook event to the subscription endpoint to verify connectivity and payload handling.
- info:
    name: Events
    type: folder
  items:
  - info:
      name: Argus Enterprise List Webhook Events
      type: http
    http:
      method: GET
      url: https://webhooks.argusenterprise.com/v1/events
      params:
      - name: subscriptionId
        value: ''
        type: query
        description: Filter by subscription
      - name: eventType
        value: ''
        type: query
        description: Filter by event type
      - name: status
        value: ''
        type: query
        description: Filter by delivery status
      - name: from
        value: ''
        type: query
        description: Start of date range
      - name: to
        value: ''
        type: query
        description: End of date range
      - name: page
        value: ''
        type: query
      - name: pageSize
        value: ''
        type: query
    docs: Retrieve a paginated list of webhook events with delivery status, filterable by event type, subscription, and date
      range.
  - info:
      name: Argus Enterprise Get a Webhook Event
      type: http
    http:
      method: GET
      url: https://webhooks.argusenterprise.com/v1/events/:eventId
      params:
      - name: eventId
        value: ''
        type: path
        description: Unique identifier of the webhook event
    docs: Retrieve details about a specific webhook event, including the payload, delivery attempts, and response information.
  - info:
      name: Argus Enterprise Retry Event Delivery
      type: http
    http:
      method: POST
      url: https://webhooks.argusenterprise.com/v1/events/:eventId/retry
      params:
      - name: eventId
        value: ''
        type: path
        description: Unique identifier of the webhook event
    docs: Manually retry delivery of a failed webhook event.
- info:
    name: Health
    type: folder
  items:
  - info:
      name: Argus Enterprise Get Service Health
      type: http
    http:
      method: GET
      url: https://webhooks.argusenterprise.com/v1/health
    docs: Check the health status of the webhook service, including delivery queue depth and recent error rates.
bundled: true