show-methods: 'EventSeries'-show method

show,EventSeries-methodR Documentation

EventSeries-show method

Description

displays an EventSeries in terminal

Usage

## S4 method for signature 'EventSeries'
show(object)

Arguments

object

An object of class EventSeries

Details

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.

Value

show returns an invisible NULL.

See Also

ContractType, events

Examples

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)



wbreymann/FEMS documentation built on Dec. 8, 2022, 9:43 a.m.