make_alloc_tables: Make allocation tables Give a set of weights, the function...

Description Usage Arguments Value Examples

View source: R/optbypairwiseiter.r

Description

Make allocation tables Give a set of weights, the function returns two tables. The weights in the allocationacrossaccount table will sum to 100. Each value represents the allocation of the entire portfolio. The weights in the allocationbyaccount shows the weight within each account. The weights in each account will sum to 100. These are useful for display.

Usage

1
make_alloc_tables(wts, cma.ta)

Arguments

wts

Weights across assets

cma.ta

capital market assumptions, tax-advantaged

Value

list with two tables allocationacrossaccount and allocationbyaccount

Examples

1
make_alloc_tables(wts, cma.ta)

rexmacey/TaxAwareAA documentation built on Dec. 3, 2019, 7:54 a.m.