data class CommonThis Common area contains all the information that is not leg specific.
| <init> |
Common(baseCurrency: Currency, eligibleCurrency: Currency, eligibleCreditSupport: String, independentAmounts: Amount<Currency>, threshold: Amount<Currency>, minimumTransferAmount: Amount<Currency>, rounding: Amount<Currency>, valuationDate: 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. |
| 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 |
| valuationDate |
val valuationDate: String |