Time: Functions to return time parameters of various maRketSim...

Description Usage Arguments Value

Description

issueTime returns the object issue time of a maRketSim object. matTime returns the maturity time of a maRketSim object. mktTime returns the time embedded in a maRketSim market object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
issueTime(x, ...)
## S3 method for class 'bond'
issueTime(x, ...)
## Default S3 method:
issueTime(x, ...)
## S3 method for class 'portfolio.bond'
issueTime(x, ...)
matTime(x, ...)
## S3 method for class 'bond'
matTime(x, ...)
## Default S3 method:
matTime(x, ...)
## S3 method for class 'portfolio.bond'
matTime(x, ...)
mktTime(x, ...)
## S3 method for class 'account'
mktTime(x, ...)
## Default S3 method:
mktTime(x, ...)
## S3 method for class 'history.account'
mktTime(x, ...)
## S3 method for class 'market'
mktTime(x, ...)

Arguments

x

A maRketSim object

...

Pass-alongs.

Value

A single numeric value representing the relevant time.


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