DemandFlow Support Centre

INVESTMENT_ENQUIRY: Investment Enquiry

ReferenceEntity Reference16/04/2026Updated 16/04/2026
An investment enquiry with contact details, sector classification, risk metrics, and performance data.

INVESTMENT_ENQUIRY: Investment Enquiry

An investment enquiry with contact details, sector classification, risk metrics, and performance data.

Default definition. This article describes the default INVESTMENT_ENQUIRY 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 INVESTMENT_ENQUIRY.

Entity properties

PropertyValue
Entity codeINVESTMENT_ENQUIRY
Display nameInvestment Enquiry
PluralInvestment Enquiries
Level5000

Use cases

Investment management entity. Appears to share the same definition structure as INDUSTRY_SECTOR (same fields for sector info, risk metrics, performance metrics, investment limits, subsectors relatedlist, and analytics). Three panels: General (two columns - sector/risk info on left with classification system, volatility, beta, cyclical nature, liquidity; performance metrics and investment allocation limits on right), Subsectors (relatedlist to INDUSTRY_SUBSECTOR via SUB|INDUSTRY_SECTOR|INDUSTRY_SUBSECTOR comboKey), and Analytics (notes timeline and activity log).

Fields

Enquiry Information

FieldTypeRequiredNotes
contactNametextYesContact 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 Investment Enquiry via the API

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

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

Listing Investment Enquiries

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

See also

investment_enquiryinvestmentenquiryenquiriesinvestmentenquiry

Was this article helpful?

← Back to Knowledge Base