com.r3corda.contracts / InterestRateSwap / Common

Common

data class Common

This Common area contains all the information that is not leg specific.



Constructors

<init> Common(baseCurrency: Currency, eligibleCurrency: Currency, eligibleCreditSupport: String, independentAmounts: Amount<Currency>, threshold: Amount<Currency>, minimumTransferAmount: Amount<Currency>, rounding: Amount<Currency>, valuationDateDescription: String, notificationTime: String, resolutionTime: String, interestRate: ReferenceRate, addressForTransfers: String, exposure: UnknownType, localBusinessDay: BusinessCalendar, dailyInterestAmount: Expression, tradeID: String, hashLegalDocs: String)

This Common area contains all the information that is not leg specific.

Properties

addressForTransfers val addressForTransfers: String
baseCurrency val baseCurrency: Currency
dailyInterestAmount val dailyInterestAmount: Expression
eligibleCreditSupport val eligibleCreditSupport: String
eligibleCurrency val eligibleCurrency: Currency
exposure val exposure: UnknownType
hashLegalDocs val hashLegalDocs: String
independentAmounts val independentAmounts: Amount<Currency>
interestRate val interestRate: ReferenceRate
localBusinessDay val localBusinessDay: BusinessCalendar
minimumTransferAmount val minimumTransferAmount: Amount<Currency>
notificationTime val notificationTime: String
resolutionTime val resolutionTime: String
rounding val rounding: Amount<Currency>
threshold val threshold: Amount<Currency>
tradeID val tradeID: String
valuationDateDescription val valuationDateDescription: String