Object Graph

The object graph is a .net calculation graph component which allows a user to define and subsequently perturb an in-memory calculation graph efficiently.

It originated from some of our financial analysis work and we’ve made it available to the open source community in case it can be useful to others.

The library is compromised of 2 parts:

  1. BorsukSoftware.ObjectGraph.Core – actual graph functionality
  2. BorsukSoftware.ObjectGraph.Interfaces – interfaces only

The source, full documentation and example code is available on GitHub.

If you find the component useful, please do let us know.