newbiz | R Documentation |
A going-concern view on an organization (or PortfolioTree) includes the simulation of continuation of the organization's business. This method allows to compute new future business in terms of ACTUS ContractTypes according to a certain model contract and target growth on each "leaf" (or terminal account) in the PortfolioTree.
newbiz(object, by, growth, templates, rf)
## S4 method for signature 'Node,timeDate,matrix,list,RiskFactorConnector'
newbiz(object, by, growth, templates, rf)
by |
A vector of ordered timeDates providing the time-axis along which the business simulation is to be conducted. |
rf |
The RiskFactorConnector providing the market environment under which the business scenario is to be evaluated. |
ptf |
A Portfolio of ContractTypes which gives the existing business. |
tree |
A PortfolioTree with fields |
New business is generated along the time axis defined by method parameter
by
. At each point in time in by
, the target and actual
quantity in business, as measured in terms of nominal value, are compared and for the positive
parts of difference target - actual
new business is generated in form
of new ContractType. The new business is then added to the Portfolio
of existing contracts as provided with method argument ptf
.
The new business generating process is defined by the following information
elements provided with the PortfolioTree in method argument tree
:
leafsThe leafs, or terminal accounts, provide the structure for the simulation of new business. That is, scenarios for new business can be defined only for the leafs of a PortfolioTree.
businessBusiness contains a model
contract in terms of a list of
named ACTUS Contract Attributes (as would be used in argument what
used with the set-method applied to a ContractType). This
model contract is used as a template for all new business contracts
simulated on this particular leaf.
targetsA (number of leafs) x (number of leafs)
numeric matrix
containing on the diagonal the growth rates (by
-period wise) on the
leafs themselves and on the outer-diagonals the spill-over rates from one
leaf to another leaf.
For a demo use demo(NewBusinessSimulation)
.
PortfolioTree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.