Enum

Enum types are sets of discrete values. An enum field must return one of the possible values of the enum.
AcatTransferTransferStatus is enum for the field status
AccountType is enum for the field type
ACHTransferTransferStatus is enum for the field status
ACHTransferTransferType is enum for the field type
ApexAccountHolderType is enum for the field holder_type
ApexAccountStatus is enum for the field status
DividendDistributionAccountType is enum for the field account_type
DividendDistributionPositionQuantityLongOrShort is enum for the field position_quantity_long_or_short
DividendDistributionReportName is enum for the field report_name
DividendDistributionReportNumber is enum for the field report_number
ExternalAccountType is enum for the field type
FeeAndCreditOrderFeeAndCreditStatus is enum for the field status
FeeAndCreditOrderFeeAndCreditType is enum for the field type
Indicates the frequency of cash flows – determines the cash flow array corresponding to the ‘infusions’ parameter. This parameter is provided to account for real-world investors who might put in monthly infusions as opposed to yearly infusions. Monthly infusions would be smaller in value (and hence easier to commit to) vs. yearly infusions.
Defines the importance a goal holds for a specific user. Order of priority is Need > Want > Wish > Dream. goalPriority can be from 1 to 4 levels. However, note that Goal priority defines the target probabilities and the loss threshold values. For example, goals with a higher priority (e.g. Need) would have a higher target goal probability (85%) with a higher (aggressive) loss threshold value (slightly more than IW value) in the current set-up. This needs to be re-mapped based on the number of goal-priority levels, in case of a change.
Defines the user’s risk profile – does not vary by goal for each investor. Generally, GOE is configured for three Risk Profile levels (‘Conservative’, ‘Moderate’ and ‘Aggressive’), but it can be customized for 1, 3, 5 and 7 levels of risk profiles. Note that Risk Profiles are mapped to portfolio access. For example, in the current set-up, a ‘Conservative’ investor has access to portfolios 1-8 (or 50% Equity) while an ‘Aggressive’ investor has access to all the portfolios in the suite (up to 90% Equity). This mapping would change based on the client preference and hence needs to be established along with the label names associated with the risk profiles.
Possible directions in which to order a list of items when provided an `orderBy` argument.
RecurringRuleFundingMethod is enum for the field funding_method
RecurringRuleRecurringRuleInterval is enum for the field interval
RecurringRuleType is enum for the field type
ReferralRecordStatus is enum for the field status
RepeatInvestmentSectorType is enum for the field type
SecurityAssetSecurityType is enum for the field security_type
SupportTicketStatus is enum for the field status
TradeMarketSide is enum for the field side
TradeTradeStatus is enum for the field status
TradeTradeType is enum for the field type
An enum describing what kind of type a given `__Type` is.
A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.