class Pay : AbstractIRSClause| <init> |
Pay() |
| requiredCommands |
val requiredCommands: <ERROR CLASS>Classes for commands which must ALL be present in transaction for this clause to be triggered |
| ifMatched |
open val ifMatched: MatchBehaviourBehaviour if this clause is not matches |
| ifNotMatched |
open val ifNotMatched: MatchBehaviourBehaviour if this clause is matched |
| verify |
fun verify(tx: TransactionForContract, inputs: List<State>, outputs: List<State>, commands: Collection<AuthenticatedObject<CommandData>>, token: UniqueIdentifier): Set<CommandData> |
| checkLegAmounts |
fun checkLegAmounts(legs: List<CommonLeg>): Unit |
| checkLegDates |
fun checkLegDates(legs: List<CommonLeg>): Unit |
| checkRates |
fun checkRates(legs: List<CommonLeg>): Boolean |
| checkSchedules |
fun checkSchedules(legs: List<CommonLeg>): Boolean |
| getFloatingLegPaymentsDifferences |
fun getFloatingLegPaymentsDifferences(payments1: Map<LocalDate, Event>, payments2: Map<LocalDate, Event>): List<<ERROR CLASS><LocalDate, <ERROR CLASS><FloatingRatePaymentEvent, FloatingRatePaymentEvent>>>Compares two schedules of Floating Leg Payments, returns the difference (i.e. omissions in either leg or changes to the values). |