Skip to content
13

Base finite allocation

PortfolioOptimisers.FiniteAllocationOptimisationEstimator Type
julia
abstract type FiniteAllocationOptimisationEstimator <: OptimisationEstimator

Abstract 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

source
PortfolioOptimisers.FiniteAllocationOptimisationResult Type
julia
abstract type FiniteAllocationOptimisationResult <: OptimisationResult

Abstract supertype for finite allocation optimisation result types.

Related Types

source