Package | Description |
---|---|
org.drip.json.assetallocation | |
org.drip.json.parser | |
org.drip.service.engine | |
org.drip.service.json |
Modifier and Type | Method and Description |
---|---|
static JSONObject |
PortfolioConstructionProcessor.BudgetConstrainedAllocator(JSONObject jsonParameter)
JSON Based in/out Budget Constrained Mean Variance Allocation Thunker
|
static JSONObject |
BlackLittermanProcessor.Estimate(JSONObject jsonParameter)
JSON Based in/out Bayesian Co-variance/Returns Estimation Thunker
|
static JSONObject |
PortfolioConstructionProcessor.ReturnsConstrainedAllocator(JSONObject jsonParameter)
JSON Based in/out Returns Constrained Mean Variance Allocation Thunker
|
Modifier and Type | Method and Description |
---|---|
static JSONObject |
PortfolioConstructionProcessor.BudgetConstrainedAllocator(JSONObject jsonParameter)
JSON Based in/out Budget Constrained Mean Variance Allocation Thunker
|
static JSONObject |
BlackLittermanProcessor.Estimate(JSONObject jsonParameter)
JSON Based in/out Bayesian Co-variance/Returns Estimation Thunker
|
static JSONObject |
PortfolioConstructionProcessor.ReturnsConstrainedAllocator(JSONObject jsonParameter)
JSON Based in/out Returns Constrained Mean Variance Allocation Thunker
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Converter.BooleanEntry(JSONObject json,
java.lang.String strEntryKey)
Convert the JSON Entry to an Boolean
|
static JulianDate[] |
Converter.DateArrayEntry(JSONObject json,
java.lang.String strEntryKey)
Convert the JSON Entry to a Date Array
|
static JulianDate |
Converter.DateEntry(JSONObject json,
java.lang.String strEntryKey)
Convert the JSON Entry to a Date
|
static double[] |
Converter.DoubleArrayEntry(JSONObject json,
java.lang.String strEntryKey)
Convert the JSON Entry to a Double Array
|
static double |
Converter.DoubleEntry(JSONObject json,
java.lang.String strEntryKey)
Convert the JSON Entry to a Double
|
static double[][] |
Converter.DualDoubleArrayEntry(JSONObject json,
java.lang.String strEntryKey)
Convert the JSON Entry to a Dual Double Array
|
static int |
Converter.IntegerEntry(JSONObject json,
java.lang.String strEntryKey)
Convert the JSON Entry to an Integer
|
static java.lang.String[] |
Converter.StringArrayEntry(JSONObject json,
java.lang.String strEntryKey)
Convert the JSON Entry to a String Array
|
static java.lang.String |
Converter.StringEntry(JSONObject json,
java.lang.String strEntryKey)
Convert the JSON Entry to a String
|
Modifier and Type | Method and Description |
---|---|
JSONObject |
ComputeClient.invoke(JSONObject jsonRequest)
Invoke a Request on the Compute Server and Retrieve the Response
|
Modifier and Type | Method and Description |
---|---|
static boolean |
RequestResponseDecorator.AffixRequestHeaders(JSONObject jsonRequest)
Affix the Headers on the JSON Request
|
static boolean |
RequestResponseDecorator.AffixResponseHeaders(JSONObject jsonResponse,
JSONObject jsonRequest)
Affix the Headers on the JSON Response
|
JSONObject |
ComputeClient.invoke(JSONObject jsonRequest)
Invoke a Request on the Compute Server and Retrieve the Response
|
Modifier and Type | Method and Description |
---|---|
static JSONObject |
KeyHoleSkeleton.Thunker(JSONObject jsonInput)
JSON Based in/out Generic Thunker
|
Modifier and Type | Method and Description |
---|---|
static JSONObject |
KeyHoleSkeleton.Thunker(JSONObject jsonInput)
JSON Based in/out Generic Thunker
|