com.r3corda.contracts / InterestRateSwap / Clauses

Clauses

interface Clauses


Types

AbstractIRSClause abstract class AbstractIRSClause : Clause<State, Commands, UniqueIdentifier>

Common superclass for IRS contract clauses, which defines behaviour on match/no-match, and provides helper functions for the clauses.

Agree class Agree : AbstractIRSClause
Fix class Fix : AbstractIRSClause
Group class Group : GroupClauseVerifier<State, Commands, UniqueIdentifier>
Mature class Mature : AbstractIRSClause
Pay class Pay : AbstractIRSClause
Timestamped class Timestamped : Clause<ContractState, Commands, Unit>