Uses of Class
org.drip.service.representation.JSONObject
| Package | Description |
|---|---|
| org.drip.service.assetallocation |
JSON Based In/Out Service
|
| org.drip.service.engine |
Compute Engine Request-Response Thunker
|
| org.drip.service.json |
JSON Based Valuation Request Service
|
| org.drip.service.jsonparser |
RFC4627 Compliant JSON Message Parser
|
-
Uses of JSONObject in org.drip.service.assetallocation
Methods in org.drip.service.assetallocation that return JSONObject Modifier and Type Method Description static JSONObjectPortfolioConstructionProcessor. BudgetConstrainedAllocator(JSONObject jsonParameter)JSON Based in/out Budget Constrained Mean Variance Allocation Thunkerstatic JSONObjectBlackLittermanProcessor. Estimate(JSONObject jsonParameter)JSON Based in/out Bayesian Co-variance/Returns Estimation Thunkerstatic JSONObjectPortfolioConstructionProcessor. ReturnsConstrainedAllocator(JSONObject jsonParameter)JSON Based in/out Returns Constrained Mean Variance Allocation ThunkerMethods in org.drip.service.assetallocation with parameters of type JSONObject Modifier and Type Method Description static JSONObjectPortfolioConstructionProcessor. BudgetConstrainedAllocator(JSONObject jsonParameter)JSON Based in/out Budget Constrained Mean Variance Allocation Thunkerstatic JSONObjectBlackLittermanProcessor. Estimate(JSONObject jsonParameter)JSON Based in/out Bayesian Co-variance/Returns Estimation Thunkerstatic JSONObjectPortfolioConstructionProcessor. ReturnsConstrainedAllocator(JSONObject jsonParameter)JSON Based in/out Returns Constrained Mean Variance Allocation Thunker -
Uses of JSONObject in org.drip.service.engine
Methods in org.drip.service.engine that return JSONObject Modifier and Type Method Description JSONObjectComputeClient. invoke(JSONObject requestJSON)Invoke a Request on the Compute Server and Retrieve the ResponseMethods in org.drip.service.engine with parameters of type JSONObject Modifier and Type Method Description static booleanRequestResponseDecorator. AffixRequestHeaders(JSONObject requestJSON)Affix the Headers on the JSON Requeststatic booleanRequestResponseDecorator. AffixResponseHeaders(JSONObject responseJSON, JSONObject requestJSON)Affix the Headers on the JSON ResponseJSONObjectComputeClient. invoke(JSONObject requestJSON)Invoke a Request on the Compute Server and Retrieve the Response -
Uses of JSONObject in org.drip.service.json
Methods in org.drip.service.json that return JSONObject Modifier and Type Method Description static JSONObjectKeyHoleSkeleton. Thunker(JSONObject jsonInput)JSON Based in/out Generic ThunkerMethods in org.drip.service.json with parameters of type JSONObject Modifier and Type Method Description static JSONObjectKeyHoleSkeleton. Thunker(JSONObject jsonInput)JSON Based in/out Generic Thunker -
Uses of JSONObject in org.drip.service.jsonparser
Methods in org.drip.service.jsonparser with parameters of type JSONObject Modifier and Type Method Description static booleanConverter. BooleanEntry(JSONObject json, java.lang.String entryKey)Convert the JSON Entry to an Booleanstatic JulianDate[]Converter. DateArrayEntry(JSONObject json, java.lang.String entryKey)Convert the JSON Entry to a Date Arraystatic JulianDateConverter. DateEntry(JSONObject json, java.lang.String entryKey)Convert the JSON Entry to a Datestatic double[]Converter. DoubleArrayEntry(JSONObject json, java.lang.String entryKey)Convert the JSON Entry to a Double Arraystatic doubleConverter. DoubleEntry(JSONObject json, java.lang.String entryKey)Convert the JSON Entry to a Doublestatic double[][]Converter. DualDoubleArrayEntry(JSONObject json, java.lang.String entryKey)Convert the JSON Entry to a Dual Double Arraystatic intConverter. IntegerEntry(JSONObject json, java.lang.String entryKey)Convert the JSON Entry to an Integerstatic java.lang.String[]Converter. StringArrayEntry(JSONObject json, java.lang.String entryKey)Convert the JSON Entry to a String Arraystatic java.lang.StringConverter. StringEntry(JSONObject json, java.lang.String entryKey)Convert the JSON Entry to a String