| IRSSimulation |
class IRSSimulation : SimulationA simulation in which banks execute interest rate swaps with each other, including the fixing events. |
| MockNetwork |
class MockNetworkA mock node brings up a suite of in-memory services in a fast manner suitable for unit testing. Components that do IO are either swapped out for mocks, or pointed to a Jimfs in memory filesystem. |
| Simulation |
abstract class SimulationBase class for network simulations that are based on the unit test / mock environment. |
| TradeSimulation |
class TradeSimulation : SimulationSimulates 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). |