Package org.drip.sample.burgard2012
Class EulerTrajectoryEvolutionScheme
java.lang.Object
org.drip.sample.burgard2012.EulerTrajectoryEvolutionScheme
public class EulerTrajectoryEvolutionScheme
extends java.lang.Object
EulerTrajectoryEvolutionScheme computes the Sequence of XVA Paths arising out of the Joint
Evolution of Numeraires - the Continuous Asset, the Collateral, the Bank, and the Counter-Party Numeraires
involved in the Dynamic XVA Replication Portfolio of the Burgard and Kjaer (2011) Methodology. The
References are:
- Burgard, C., and M. Kjaer (2014): PDE Representations of Derivatives with Bilateral Counter-party Risk and Funding Costs Journal of Credit Risk 7 (3) 1-19
- Cesari, G., J. Aquilina, N. Charpillon, X. Filipovic, G. Lee, and L. Manda (2009): Modeling, Pricing, and Hedging Counter-party Credit Exposure - A Technical Guide Springer Finance New York
- Gregory, J. (2009): Being Two-faced over Counter-party Credit Risk Risk 20 (2) 86-90
- Li, B., and Y. Tang (2007): Quantitative Analysis, Derivatives Modeling, and Trading Strategies in the Presence of Counter-party Credit Risk for the Fixed Income Market World Scientific Publishing Singapore
- Piterbarg, V. (2010): Funding Beyond Discounting: Collateral Agreements and Derivatives Pricing Risk 21 (2) 97-102
- Module = Portfolio Core Module
- Library = XVA Analytics Library
- Project = DROP API Construction and Usage
- Package = Burgard Kjaer (2012) Valuation Adjustments
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description EulerTrajectoryEvolutionScheme()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] astrArgs)
Entry PointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EulerTrajectoryEvolutionScheme
public EulerTrajectoryEvolutionScheme()
-
-
Method Details
-
main
public static final void main(java.lang.String[] astrArgs) throws java.lang.ExceptionEntry Point- Parameters:
astrArgs
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-