Base finite allocation
PortfolioOptimisers.FiniteAllocationOptimisationEstimator Type
julia
abstract type FiniteAllocationOptimisationEstimator <: OptimisationEstimatorAbstract supertype for finite allocation portfolio optimisation estimators.
Finite allocation estimators convert continuous portfolio weights into discrete share quantities given an investment budget and asset prices.
Related Types
sourcePortfolioOptimisers.FiniteAllocationOptimisationResult Type
julia
abstract type FiniteAllocationOptimisationResult <: OptimisationResultAbstract supertype for finite allocation optimisation result types.
Related Types
source