Description Usage Arguments See Also
The summary commands are key aspects of maRketSim, in that they evaluate objects under new market conditions.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 	## S3 method for class 'bond'
summary(object, mkt, ...)
	## S3 method for class 'portfolio.bond'
summary(object, mkt=object$orig.mkt, ...)
	## S3 method for class 'market'
summary(object, ...)
	## S3 method for class 'market.bond'
summary(object, i=NA, ...)
	## S3 method for class 'account'
summary(
	      object,
	      t,
	      rebal.function=rebal.function.default,
	      return.history.account=TRUE,
	      f=.5,
	      rebal.function.args=list()
	      ,...)
 | 
| object | A maRketSim object | 
| mkt | A market object under which you want to evaluate object | 
| t | Time under which to evaluate changes | 
| i | the coupon rate of a non-mentioned bond you wish to analyze max duration under | 
| rebal.function | Rebalancing function | 
| return.history.account | If TRUE, return the entire history object (potentially quite large). | 
| rebal.function.args | List of arguments to pass to rebal.function | 
| f | Coupon frequency (in fraction of a unit of time, typically a year) | 
| ... | Pass alongs | 
rebal.function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.