Class

virtufin.finance.product

FloatingLeg

Related Doc: package product

Permalink

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

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FloatingLeg
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CashSettled
  7. Settling
  8. Transacting
  9. Maturing
  10. Starting
  11. Accruing
  12. SingleMarketObservableDerivative
  13. Derivative
  14. Notional
  15. BilateralContract
  16. Feature
  17. Instrument
  18. Asset
  19. AnyRef
  20. 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 FloatingLeg(notional: Cash, floatingRate: FloatingRate, tenor: util.Term[Time], startDate: Time, buyerPortfolio: PortfolioIdentifier, sellerPortfolio: PortfolioIdentifier)

    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 FloatingLeg to any2stringadd[FloatingLeg] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (FloatingLeg, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from FloatingLeg to ArrowAssoc[FloatingLeg] 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. def 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
    Definition Classes
    FloatingLegBilateralContract
  12. def clone(): AnyRef

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from FloatingLeg to Ensuring[FloatingLeg] 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. def fixingDates: SortedSet[Time]

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

    Permalink
  21. val floatingRate: FloatingRate

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

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

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

    Permalink
    Definition Classes
    Any
  25. val marketObservable: FloatingRate

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

    Permalink
  27. val maturityDate: Time

    Permalink
    Definition Classes
    FloatingLegMaturing
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. val notional: Cash

    Permalink
    Definition Classes
    FloatingLegNotional
  32. val sellerPortfolio: PortfolioIdentifier

    Permalink
    Definition Classes
    FloatingLegBilateralContract
  33. val settlementDates: SortedSet[Time]

    Permalink
    Definition Classes
    FloatingLegSettling
  34. val startDate: Time

    Permalink
    Definition Classes
    FloatingLegStarting
  35. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    SettlingTransacting
  38. final def wait(): Unit

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CashSettled

Inherited from Settling

Inherited from Transacting

Inherited from Maturing

Inherited from Starting

Inherited from Accruing

Inherited from Derivative[Double]

Inherited from Notional

Inherited from BilateralContract

Inherited from Feature

Inherited from Instrument

Inherited from Asset

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped