This repository has been archived by the owner on May 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathblueprint.json
54 lines (54 loc) · 2.35 KB
/
blueprint.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "Predictive Market Stress Testing",
"description": "Use IBM Cloud financial services to create a web application that performs stress tests on an investment portfolio. The Investment Portfolio service is used to load the portfolio into the interface. The Predictive Market Scenario service will create a scenario CSV file using risk factor and shock magnitude from user inputs. The Simulated Instrument Analytics service uses the scenario csv file with each holding in the portfolio to create a table displaying the current and stressed price of the investment holding.",
"thumbnailURL": "blueprint/thumbnail.svg",
"appIconURL": "blueprint/appicon.svg",
"type": "WEB",
"tags": [
"devex"
],
"demoURL": "https://predictive-market-stress-testing.mybluemix.net/",
"generators": {
"python": [
"generator-starterkit-content-downloader",
"generator-ibm-cloud-enablement",
"generator-ibm-service-enablement",
"generator-git-starterkit-credentials-builder"
]
},
"generatorOptions": {
"generator-git-starterkit-credentials-builder": {
"scope": "@arf",
"version": "0.x.x"
},
"generator-starterkit-content-downloader": {
"scope": "@arf",
"version": "0.x.x"
},
"generator-ibm-cloud-enablement": {
"version": "1.0.8",
"options": {
"port": "3000"
}
},
"generator-ibm-service-enablement": {
"version": "2.4.x"
}
},
"requiredCapabilities": [
"simulatedInstrumentAnalytics",
"investmentPortfolio",
"predictiveMarketScenarios"
],
"requiredCapabilitiesURLs": {
"simulatedInstrumentAnalytics": "https://console.bluemix.net/docs/services/SimulatedInstrumentAnalytics/index.html",
"investmentPortfolio": "https://console.bluemix.net/docs/services/InvestmentPortfolio",
"predictiveMarketScenarios": "https://console.bluemix.net/docs/services/PredictiveMarketScenarios"
},
"servicePlans": {
"simulatedInstrumentAnalytics": "fss-scenario-analytics-service-free-plan",
"investmentPortfolio": "fss-portfolio-service-free-plan",
"predictiveMarketScenarios": "fss-predictive-scenario-analytics-service-free-plan"
},
"email": "[email protected]"
}