Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TommasoBelluzzo authored Sep 19, 2021
1 parent c9b7704 commit 4f727a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

StrataXL is an Excel integration of [OpenGamma Strata](http://strata.opengamma.io/), an open source library specialized in financial derivative instruments and market risk analysis. The technical implementation is achieved by using two nested virtual machines, through the following steps:

1. OpenGamma Strata is run through [IKVM](https://www.ikvm.net/), which allows interoperability between Java and .NET.
1. OpenGamma Strata is plugged into [IKVM](https://www.ikvm.net/), which allows interoperability between Java and .NET.
1. An instance of the .NET Common Language Runtime (CLR) is hosted within the Excel environment.
1. An hybrid helper class written part in C# and part in VBA is used for handling OpenGamma Strata classes and method invocations through the late binding approach.

Expand Down

0 comments on commit 4f727a0

Please sign in to comment.