DemandFlow Support Centre

INDUSTRY_SECTOR: Industry Sector

ReferenceEntity Reference16/04/2026Updated 16/04/2026
An industry sector for investment classification with risk metrics, performance data, and subsectors.

INDUSTRY_SECTOR: Industry Sector

An industry sector for investment classification with risk metrics, performance data, and subsectors.

Default definition. This article describes the default INDUSTRY_SECTOR definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches INDUSTRY_SECTOR.

Entity properties

PropertyValue
Entity codeINDUSTRY_SECTOR
Display nameIndustry Sector
PluralIndustry Sectors
Level5000

Use cases

Investment reference entity for industry sectors. Three panels: General (two columns - left has sector info with name/code/classification system indexedSelect for GICS/ICB/NAICS/SIC, description, active flag, plus risk metrics with volatility, beta, correlation notes, cyclical nature, liquidity score; right has performance metrics with returns YTD/1Y/3Y/5Y, P/E, P/B, dividend yield, plus investment allocation limits), Subsectors (relatedlist to INDUSTRY_SUBSECTOR via SUB|INDUSTRY_SECTOR|INDUSTRY_SUBSECTOR comboKey), and Analytics (notes timeline and activity log with 'log' row type). Parent of INDUSTRY_SUBSECTOR.

Fields

Sector Information

FieldTypeRequiredNotes
nametextYesSector Name.
codetextShort code for the sector (3-5 characters)
classificationenumValid ids: 1 (GICS), 2 (ICB), 3 (NAICS), 4 (SIC), 5 (Custom).
descriptiontext (multi-line)Description.
isActivebooleanIs this sector currently active for investments?

Risk Metrics

FieldTypeRequiredNotes
volatilityIndexnumberHistorical volatility measure (0-100)
betaCoefficientnumberMarket correlation coefficient
correlationMatrixtext (multi-line)Correlation Notes.
cyclicalNatureenumValid ids: 1 (Highly Cyclical), 2 (Cyclical), 3 (Neutral), 4 (Defensive), 5 (Counter-Cyclical).
liquidityScorenumberAverage liquidity score (0-100)

Performance Metrics

FieldTypeRequiredNotes
avgReturnYTDnumberAverage Return YTD (%).
avgReturn1YnumberAverage Return 1Y (%).
avgReturn3YnumberAverage Return 3Y (%).
avgReturn5YnumberAverage Return 5Y (%).
peRationumberAverage P/E Ratio.
pbRationumberAverage P/B Ratio.
dividendYieldnumberAverage Dividend Yield (%).

Investment Limits

FieldTypeRequiredNotes
maxAllocationnumberMaximum percentage of portfolio that can be allocated to this sector
minAllocationnumberMinimum percentage for diversification
concentrationLimitnumberMaximum percentage for any single stock within this sector
rebalanceThresholdnumberDeviation threshold triggering rebalance

Additional panels

  • Activity timeline panel attached.

Relationships

  • Related lists: INDUSTRY_SUBSECTOR (format SUB|INDUSTRY_SECTOR|INDUSTRY_SUBSECTOR).

Creating a Industry Sector via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "INDUSTRY_SECTOR",
  "level":    5000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "code": "...",
  "classification": "1",
  "description": "..."
}

Listing Industry Sectors

# All records in your tenant
GET /v1/entities/INDUSTRY_SECTOR/SUB:<your-sub-id>

See also

industry_sectorindustrysectorsectorsindustrysector

Was this article helpful?

← Back to Knowledge Base