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 JSONObject
PortfolioConstructionProcessor. BudgetConstrainedAllocator(JSONObject jsonParameter)
JSON Based in/out Budget Constrained Mean Variance Allocation Thunkerstatic JSONObject
BlackLittermanProcessor. Estimate(JSONObject jsonParameter)
JSON Based in/out Bayesian Co-variance/Returns Estimation Thunkerstatic JSONObject
PortfolioConstructionProcessor. 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 JSONObject
PortfolioConstructionProcessor. BudgetConstrainedAllocator(JSONObject jsonParameter)
JSON Based in/out Budget Constrained Mean Variance Allocation Thunkerstatic JSONObject
BlackLittermanProcessor. Estimate(JSONObject jsonParameter)
JSON Based in/out Bayesian Co-variance/Returns Estimation Thunkerstatic JSONObject
PortfolioConstructionProcessor. 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 JSONObject
ComputeClient. invoke(JSONObject jsonRequest)
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 boolean
RequestResponseDecorator. AffixRequestHeaders(JSONObject jsonRequest)
Affix the Headers on the JSON Requeststatic boolean
RequestResponseDecorator. AffixResponseHeaders(JSONObject jsonResponse, JSONObject jsonRequest)
Affix the Headers on the JSON ResponseJSONObject
ComputeClient. invoke(JSONObject jsonRequest)
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 JSONObject
KeyHoleSkeleton. 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 JSONObject
KeyHoleSkeleton. 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 boolean
Converter. BooleanEntry(JSONObject json, java.lang.String strEntryKey)
Convert the JSON Entry to an Booleanstatic JulianDate[]
Converter. DateArrayEntry(JSONObject json, java.lang.String strEntryKey)
Convert the JSON Entry to a Date Arraystatic JulianDate
Converter. DateEntry(JSONObject json, java.lang.String strEntryKey)
Convert the JSON Entry to a Datestatic double[]
Converter. DoubleArrayEntry(JSONObject json, java.lang.String strEntryKey)
Convert the JSON Entry to a Double Arraystatic double
Converter. DoubleEntry(JSONObject json, java.lang.String strEntryKey)
Convert the JSON Entry to a Doublestatic double[][]
Converter. DualDoubleArrayEntry(JSONObject json, java.lang.String strEntryKey)
Convert the JSON Entry to a Dual Double Arraystatic int
Converter. IntegerEntry(JSONObject json, java.lang.String strEntryKey)
Convert the JSON Entry to an Integerstatic java.lang.String[]
Converter. StringArrayEntry(JSONObject json, java.lang.String strEntryKey)
Convert the JSON Entry to a String Arraystatic java.lang.String
Converter. StringEntry(JSONObject json, java.lang.String strEntryKey)
Convert the JSON Entry to a String