a virtufin.finance.scenario.Quotes, which may be virtufin.finance.scenario.Quotes.empty
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
(scenarioEvent: Enumerator[QuotesEvent]).andThen(e)
(scenarioEvent: Enumerator[QuotesEvent]).apply(i)
(scenarioEvent: MonadOps[QuotesEvent]).filter(p)
(scenarioEvent: Enumerator[QuotesEvent]).flatMap(f)(ec)
(scenarioEvent: MonadOps[QuotesEvent]).flatMap(f)
(scenarioEvent: Enumerator[QuotesEvent]).map(f)(ec)
(scenarioEvent: MonadOps[QuotesEvent]).map(f)
(scenarioEvent: MonadOps[QuotesEvent]).withFilter(p)
A virtufin.finance.scenario.Scenario with a specific spot date. No virtufin.finance.scenario.Fixings and virtufin.finance.simulation.QuotesEvents are defined for times after the spot date.