IRSSimulation |
class IRSSimulation : Simulation A simulation in which banks execute interest rate swaps with each other, including the fixing events. |
Simulation |
abstract class Simulation Base class for network simulations that are based on the unit test / mock environment. |
TradeSimulation |
class TradeSimulation : Simulation Simulates a never ending series of trades that go pair-wise through the banks (e.g. A and B trade with each other, then B and C trade with each other, then C and A etc). |