Hello,
I’m trying to get familiar with OG-Analytics and I noticed there is a class BondSecurty in
- com.opengamma.analytics.financial.interestrate.bond.definition;
and a similar class BondSecuityDefinition in
- com.opengamma.analytics.financial.instrument.bond;
Why are there two similar classes and what are they both used for?
The latter class has not been touched since November 2012, whereas the former was revised in August 2013.
Then there is a third class BondSecurity in
- com.opengamma.financial.security.bond;
This last one is quite different than the preceding two.
Thank you very much for any help as I try to wrap my head around all this.
Best regards,
Eric
PS: In Matlab (my weapon of choice for 20 years), there is a nice function called “depfun” that traces the dependencies of any function. Is there something similar in Java? For example, I’d like to specify
- com.opengamma.analytics.financial.interestrate.bond.definition.BondSecurity
and find all classes that depend on this class. That would be super useful.