ValueInvestVWLInvestmentStrategyInput
Investment strategy configuration for Value Invest VWL.
input ValueInvestVWLInvestmentStrategyInput {
fundSelection: [FundSelectionInput!]!
goals: InvestmentGoalsInput!
rebalancingType: RebalancingType
riskLevel: RiskLevel!
sustainabilityDetails: ValueInvestVWLSustainabilityDetailsInput!
}
Fields
ValueInvestVWLInvestmentStrategyInput.fundSelection ● [FundSelectionInput!]! non-null input
Selected funds — percentages must sum to 100 and no more than 10 funds.
ValueInvestVWLInvestmentStrategyInput.goals ● InvestmentGoalsInput! non-null input
Customer's stated investment goals.
ValueInvestVWLInvestmentStrategyInput.rebalancingType ● RebalancingType enum
Preferred rebalancing type. Default: NORMAL (yearly rebalance).
ValueInvestVWLInvestmentStrategyInput.riskLevel ● RiskLevel! non-null enum
Maximum risk level the employee is willing to take.
ValueInvestVWLInvestmentStrategyInput.sustainabilityDetails ● ValueInvestVWLSustainabilityDetailsInput! non-null input
Sustainability preferences.