• Getting Started
    • Importing JuPot
    • Simple MVO Financial Modeling Example
    • MVO with User-Defined Constraints
    • Merging Sets of Assets and Constraints
  • Efficient Frontier Tutorial
    • Plotting the Efficient Frontier
  • Solver Select Tutorial
  • AssetsCollection
    • Function Descriptions
    • Errors
  • Constraint Definition
    • Introduction
    • Adding Constraints
    • Changing Constraints
    • Deleting Constraints
    • Merging Constraints
  • Models
    • Minimum-Variance Optimization
    • Simple Mean Variance Optimization
    • Robust Mean Variance Optimization
    • Conditional Value at Risk (CVaR) Optimization
    • Function Descriptions
  • Import and Export I/O
    • Importing
    • Exporting
    • Custom Import/Export
  • AssetsCollection API
    • Basic functions
    • Constructors
    • Getters and Setters
  • Abstract Models API
    • Constructors
    • Optimize Function
    • Getters and Setters
  • Import and Export I/O API
    • Basic functions
 
JuPOT
  • Docs »
  • JuPOT Documentation
  • Edit on GitHub

JuPOT Documentation¶

  • Getting Started
  • Manual
  • JuPOT API

Introduction¶

JuPOT is a package in Julia that leverages the power of JuMP to design a simple and powerful tool for the set-up of portfolio optimization problems. The package gives power to create objects to contain the Assets the Constraints and Models and optimize() the portfolios created. It simplifies this process to be very easy to create and modify portfolio optmiziations, speeding up the workflow of portfolio optimization.

Getting Started¶

  • Getting Started
    • Importing JuPot
    • Simple MVO Financial Modeling Example
    • MVO with User-Defined Constraints
    • Merging Sets of Assets and Constraints
  • Efficient Frontier Tutorial
    • Plotting the Efficient Frontier
  • Solver Select Tutorial

Manual¶

  • AssetsCollection
    • Function Descriptions
    • Errors
  • Constraint Definition
    • Introduction
    • Adding Constraints
    • Changing Constraints
    • Deleting Constraints
    • Merging Constraints
  • Models
    • Minimum-Variance Optimization
    • Simple Mean Variance Optimization
    • Robust Mean Variance Optimization
    • Conditional Value at Risk (CVaR) Optimization
    • Function Descriptions
  • Import and Export I/O
    • Importing
    • Exporting
    • Custom Import/Export

JuPOT API¶

  • AssetsCollection API
    • Basic functions
    • Constructors
    • Getters and Setters
  • Abstract Models API
    • Constructors
    • Optimize Function
    • Getters and Setters
  • Import and Export I/O API
    • Basic functions
Next

© Copyright 2016. Revision 339a2f3a.

Built with Sphinx using a theme provided by Read the Docs.