Class

virtufin.finance.product

PlainVanillaInterestRateSwap

Related Doc: package product

Permalink

case class PlainVanillaInterestRateSwap(notional: Cash, fixedRate: FixedRate, fixedRateAmount: Double, floatingRate: FloatingRate, tenor: util.Term[Time], startDate: Time, buyerPortfolio: PortfolioIdentifier, sellerPortfolio: PortfolioIdentifier) extends Instrument with BilateralContract with FixedPositionTransfers with Notional with Starting with Maturing with Accruing with CashSettled with SingleMarketObservableDerivative[Double] with Product with Serializable

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PlainVanillaInterestRateSwap
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SingleMarketObservableDerivative
  7. Derivative
  8. CashSettled
  9. Accruing
  10. Maturing
  11. Starting
  12. Notional
  13. FixedPositionTransfers
  14. PhysicallySettled
  15. Settling
  16. Transacting
  17. BilateralContract
  18. Feature
  19. Instrument
  20. Asset
  21. AnyRef
  22. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PlainVanillaInterestRateSwap(notional: Cash, fixedRate: FixedRate, fixedRateAmount: Double, floatingRate: FloatingRate, tenor: util.Term[Time], startDate: Time, buyerPortfolio: PortfolioIdentifier, sellerPortfolio: PortfolioIdentifier)

    Permalink

Type Members

  1. type TransferredInstrumentType = Currency

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlainVanillaInterestRateSwap to any2stringadd[PlainVanillaInterestRateSwap] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PlainVanillaInterestRateSwap, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlainVanillaInterestRateSwap to ArrowAssoc[PlainVanillaInterestRateSwap] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def accrualDates: SortedSet[Time]

    Permalink
    Definition Classes
    Accruing
  7. final def accrualEndDates: SortedSet[Time]

    Permalink
    Definition Classes
    Accruing
  8. lazy val accrualPeriods: Seq[AccrualPeriod]

    Permalink

  9. final def accrualStartDates: SortedSet[Time]

    Permalink
    Definition Classes
    Accruing
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. val buyerPortfolio: PortfolioIdentifier

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def ensuring(cond: (PlainVanillaInterestRateSwap) ⇒ Boolean, msg: ⇒ Any): PlainVanillaInterestRateSwap

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlainVanillaInterestRateSwap to Ensuring[PlainVanillaInterestRateSwap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (PlainVanillaInterestRateSwap) ⇒ Boolean): PlainVanillaInterestRateSwap

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlainVanillaInterestRateSwap to Ensuring[PlainVanillaInterestRateSwap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): PlainVanillaInterestRateSwap

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlainVanillaInterestRateSwap to Ensuring[PlainVanillaInterestRateSwap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): PlainVanillaInterestRateSwap

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlainVanillaInterestRateSwap to Ensuring[PlainVanillaInterestRateSwap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. val fixedLeg: FixedLeg

    Permalink
  20. val fixedRate: FixedRate

    Permalink
  21. val fixedRateAmount: Double

    Permalink
  22. val fixingDates: SortedSet[Time]

    Permalink
  23. def fixings: Set[Fixing[Double]]

    Permalink
  24. lazy val floatingLeg: FloatingLeg

    Permalink
  25. val floatingRate: FloatingRate

    Permalink
  26. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlainVanillaInterestRateSwap to StringFormat[PlainVanillaInterestRateSwap] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. val marketObservable: FloatingRate

    Permalink
  30. def marketObservables: Set[MarketObservable[Double]]

    Permalink
  31. val maturityDate: Time

    Permalink
    Definition Classes
    PlainVanillaInterestRateSwapMaturing
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. val notional: Cash

    Permalink
    Definition Classes
    PlainVanillaInterestRateSwapNotional
  36. val sellerPortfolio: PortfolioIdentifier

    Permalink
  37. lazy val settlementDates: SortedSet[Time]

    Permalink
  38. val startDate: Time

    Permalink
    Definition Classes
    PlainVanillaInterestRateSwapStarting
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. val tenor: util.Term[Time]

    Permalink
  41. final lazy val transactionDates: SortedSet[Time]

    Permalink
    Definition Classes
    SettlingTransacting
  42. def transferPositions: Seq[(Time, Transfer[TransferredInstrumentType])]

    Permalink
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def [B](y: B): (PlainVanillaInterestRateSwap, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PlainVanillaInterestRateSwap to ArrowAssoc[PlainVanillaInterestRateSwap] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Derivative[Double]

Inherited from CashSettled

Inherited from Accruing

Inherited from Maturing

Inherited from Starting

Inherited from Notional

Inherited from FixedPositionTransfers

Inherited from PhysicallySettled

Inherited from Settling

Inherited from Transacting

Inherited from BilateralContract

Inherited from Feature

Inherited from Instrument

Inherited from Asset

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PlainVanillaInterestRateSwap to any2stringadd[PlainVanillaInterestRateSwap]

Inherited by implicit conversion StringFormat from PlainVanillaInterestRateSwap to StringFormat[PlainVanillaInterestRateSwap]

Inherited by implicit conversion Ensuring from PlainVanillaInterestRateSwap to Ensuring[PlainVanillaInterestRateSwap]

Inherited by implicit conversion ArrowAssoc from PlainVanillaInterestRateSwap to ArrowAssoc[PlainVanillaInterestRateSwap]

Ungrouped