aa: Functions to return the proportion of the portfolio in each...

Description Usage Arguments Details Value

View source: R/object_functions.R

Description

Returns the proportion of the portfolio in each asset class

Usage

1
2
3
4
5
	aa(x, ...)
	## Default S3 method:
aa(x, ...)
	## S3 method for class 'account'
aa(x, sort = TRUE, force.cash = TRUE, ...)

Arguments

x

Object, typically an account object.

sort

Sort alphabetically by class name

force.cash

If TRUE, add a cash asset class if none present in account.

...

Pass-alongs.

Details

Return the proportion of the portfolio in each asset class

Value

Numeric vector of proportions


maRketSim documentation built on May 29, 2017, 10:54 p.m.