Learn R Programming

sstModel (version 1.0.0)

itemListToExpression: Item List to Valuation Expression Helper

Description

helper function to convert a list of market.items to an aggregated valuation expression.

Usage

itemListToExpression(item.list, market.item.types, market.risk,
  standalone = NULL)

Arguments

item.list

a list of marketItem S3 objects.

market.item.types

a character value representing a subset of marketItem classes.

market.risk

a marketRisk S3 object.

standalone

an S3 object of class standalone.

Value

a character value representing the aggregated valuation expression.