Module: InvestorConstants

Defined in:
app/constants/investor_constants.rb

Constant Summary collapse

TIER_ACCREDITED =
'accredited'
TIER_INSTITUTIONAL =
'institutional'
TIER_SOPHISTICATED =
'sophisticated'
TIER_ANGEL =
'angel'
TIER_RETAIL =
'retail'
STATUS_NON_INVESTOR =
'non_investor'
STATUS_PENDING_VERIFICATION =
'pending_verification'
STATUS_SCREENED =
'screened'
STATUS_APPROVED =
'approved'
STATUS_DECLINED =
'declined'