Package org.drip.sample.mporstream
Class ShortFixedAggressiveTimeline
java.lang.Object
org.drip.sample.mporstream.ShortFixedAggressiveTimeline
public class ShortFixedAggressiveTimeline
extends java.lang.Object
ShortFixedAggressiveTimeline displays the MPoR-related Exposure Metrics Suite for the given Short
Fixed Coupon Stream on a Daily Grid using the "Aggressive" CSA Timeline Scheme of Andersen, Pykhtin, and
Sokol (2017). The References are:
- Albanese, C., and L. Andersen (2014): Accounting for OTC Derivatives: Funding Adjustments and the Re-Hypothecation Option https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2482955 eSSRN
- Andersen, L. B. G., M. Pykhtin, and A. Sokol (2017a): Re-thinking Margin Period of Risk https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2902737 eSSRN
- Andersen, L. B. G., M. Pykhtin, and A. Sokol (2017b): Credit Exposure in the Presence of Initial Margin https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2806156 eSSRN
- Burgard, C., and M. Kjaer (2017): Derivatives Funding, Netting, and Accounting https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2534011 eSSRN
- Piterbarg, V. (2010): Funding Beyond Discounting: Collateral Agreements and Derivatives Pricing Risk 21 (2) 97-102
- Module = Portfolio Core Module
- Library = Exposure Analytics
- Project = DROP API Construction and Usage
- Package = CSA Enforced Stream Path MPoR
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description ShortFixedAggressiveTimeline()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Entry PointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ShortFixedAggressiveTimeline
public ShortFixedAggressiveTimeline()
-
-
Method Details
-
main
public static final void main(java.lang.String[] args) throws java.lang.ExceptionEntry Point- Parameters:
args
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-