Main Content
getBudget
Obtain budget constraint bounds from portfolio object
Description
Use the getBudget
function with a
Portfolio
, PortfolioCVaR
, or
PortfolioMAD
object to obtain budget constraint bounds from
portfolio objects.
For details on the respective workflows when using these different objects, see Portfolio Object Workflow, PortfolioCVaR Object Workflow, and PortfolioMAD Object Workflow.
[
obtains budget constraint bounds from portfolio objects.LowerBudget
,UpperBudget
]
= getBudget(obj
)
Examples
Input Arguments
Output Arguments
Tips
You can also use dot notation to obtain the budget constraint bounds from portfolio objects.
[LowerBudget, UpperBudget] = obj.getBudget;
Version History
Introduced in R2011a
See Also
setBudget
| setConditionalBudget
Topics
- Working with Budget Constraints Using Portfolio Object
- Working with Budget Constraints Using PortfolioCVaR Object
- Working with Budget Constraints Using PortfolioMAD Object
- Portfolio Optimization Examples Using Financial Toolbox
- Supported Constraints for Portfolio Optimization Using Portfolio Objects
- Supported Constraints for Portfolio Optimization Using PortfolioCVaR Object
- Supported Constraints for Portfolio Optimization Using PortfolioMAD Object