show,EventSeries-method | R Documentation |
EventSeries
-show methoddisplays an EventSeries
in terminal
## S4 method for signature 'EventSeries'
show(object)
object |
An object of class |
This method displays an object of class EventSeries
in an formatted way.
Each event's EventDate, EventType, EventValue, and state variables from the java-object to R (through rJava) and structures the data in an R-data.frame object.
show returns an invisible NULL.
ContractType, events
pam = Pam()
set(pam, what=list(
ContractID = "001",
Currency = "CHF",
ContractRole = "RPA",
StatusDate = "2012-12-31T00",
ContractDealDate = "2012-12-31T00",
InitialExchangeDate = "2013-01-01T00",
MaturityDate = "2013-03-31T00",
NotionalPrincipal = 1000,
NominalInterestRate = 0.01,
DayCountConvention = "30E/360"))
ad = AD0("2012-12-31T24")
events(pam, ad)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.