Show / Hide Table of Contents

Class PortfolioSupport.MarkowitzCLA.Portfolio

Container to hold Markowitz Portfolio

Inheritance
object
PortfolioSupport.MarkowitzCLA.Portfolio
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: TuringTrader.Support
Assembly: TuringTrader.Simulator.dll
Syntax
public class PortfolioSupport.MarkowitzCLA.Portfolio

Fields

| Edit this page View Source

IsValid

Weights meeting constraints

Declaration
public bool IsValid
Field Value
Type Description
bool
| Edit this page View Source

Return

Portfolio return (mu)

Declaration
public double Return
Field Value
Type Description
double
| Edit this page View Source

Risk

Portfolio risk (sigma)

Declaration
public double Risk
Field Value
Type Description
double
| Edit this page View Source

Weights

Instrument weights

Declaration
public Dictionary<Instrument, double> Weights
Field Value
Type Description
Dictionary<Instrument, double>

Methods

| Edit this page View Source

ToString()

Convert portfolio to human-readable string.

Declaration
public override string ToString()
Returns
Type Description
string

portfolio string

Overrides
object.ToString()
  • Edit this page
  • View Source
In this article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com