Class/Object

virtufin.finance.simulation

FixedLeg

Related Docs: object FixedLeg | package simulation

Permalink

class FixedLeg extends StatelessCompositeSimulatedFeature with FixedPositionTransfers with FixedPositionTransfers

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FixedLeg
  2. FixedPositionTransfers
  3. FixedPositionTransfers
  4. PhysicallySettled
  5. Settling
  6. Transacting
  7. Settling
  8. StatelessCompositeSimulatedFeature
  9. AbstractCompositeSimulatedFeature
  10. CompositeSimulatedFeature
  11. SimulatedFeature
  12. Feature
  13. Simulatable
  14. Simulatable
  15. AnyRef
  16. 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 FixedLeg(leg: product.FixedLeg)(implicit portfolioHierarchyAgent: AgentIdentifier, timeout: Timeout)

    Permalink

Type Members

  1. type AgentType = Agent

    Permalink
  2. type SettlementType = Transfer[TransferredInstrumentType]

    Permalink
    Definition Classes
    FixedPositionTransfersSettling
  3. type StateType = Quotes

    Permalink
    Definition Classes
    Simulatable
  4. type TimeType = Day

    Permalink
    Definition Classes
    Simulatable
  5. type TransferredInstrumentType = Currency

    Permalink
    Definition Classes
    FixedLegFixedPositionTransfers

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from FixedLeg to ArrowAssoc[FixedLeg] 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 asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def buyerPortfolio: PortfolioIdentifier

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def createAgent(triggerFactory: (AgentType) ⇒ Trigger, transactionsGeneratorFactory: (AgentType) ⇒ TransactionsGenerator, createMessageProcessor: (AgentType) ⇒ MessageProcessor): Agent

    Permalink

  10. final def createAgent(): AgentType

    Permalink
    Definition Classes
    CompositeSimulatedFeatureSimulatable
  11. def createMessageProcessor(agent: AgentType): MessageProcessor

    Permalink
  12. def createSettlementsTransactionsGenerator(agent: AgentType): (SettlementEvent) ⇒ Iterable[Transfer[TransferredInstrumentType]]

    Permalink

    This method returns a function, which is called at a settlement date.

    This method returns a function, which is called at a settlement date. The function returns

    Definition Classes
    FixedPositionTransfersSettling
  13. def createTransactionsGenerator(agent: AgentType): TransactionsGenerator

    Permalink
  14. def createTrigger(agent: AgentType): Trigger

    Permalink
  15. def ensuring(cond: (FixedLeg) ⇒ Boolean, msg: ⇒ Any): FixedLeg

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def formatted(fmtstr: String): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. implicit val portfolioHierarchyAgent: AgentIdentifier

    Permalink
    Definition Classes
    FixedLegSettling
  30. def sellerPortfolio: PortfolioIdentifier

    Permalink
  31. lazy val settlementDates: SortedSet[Time]

    Permalink
    Definition Classes
    FixedPositionTransfersSettling
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final lazy val transactionDates: SortedSet[Time]

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

    Permalink
    Definition Classes
    FixedLegFixedPositionTransfers
  36. final def wait(): Unit

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

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

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

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

Inherited from FixedPositionTransfers

Inherited from FixedPositionTransfers

Inherited from PhysicallySettled

Inherited from Settling

Inherited from Transacting

Inherited from Settling

Inherited from CompositeSimulatedFeature

Inherited from SimulatedFeature

Inherited from Feature

Inherited from Simulatable

Inherited from simulation.Simulatable

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped