|
4 | 4 | Why `absbox` is a wrapper while `Hastructure` as engine ? |
5 | 5 | ------------------------------------------------------------ |
6 | 6 |
|
| 7 | +It's just a huge burden to model structured products in a dynamic language like `Python` or `Clojure`. |
| 8 | +`Haskell` provides extream concise modelling language and high performance calculation engine. |
7 | 9 |
|
8 | 10 |
|
| 11 | +Information leakage on `Hastructure` ? |
| 12 | +--------------------------------------- |
| 13 | + |
| 14 | +If you send out run request to `Hastructure`, user may raise question whether other privacy information was sent to the engine as well. |
| 15 | +Eventhough not many people can read the `Hastructure` code, but: |
| 16 | + |
| 17 | +* it's open-souce |
| 18 | +* it has been verified by a big-name company |
| 19 | + |
| 20 | + |
| 21 | +Can I use my own engine ? |
| 22 | +------------------------------------- |
| 23 | + |
| 24 | +Yes, you can pull docker image and delpoy it in your own server. |
| 25 | + |
| 26 | +Or just use the pre-built binary and run it in your own server. |
9 | 27 |
|
10 | 28 |
|
11 | 29 | Why using `list`/`tuple`/`dict` in `absbox` ? |
12 | 30 | ----------------------------------------------- |
13 | 31 |
|
14 | | -it's a `Data-Driven` oriented design, it's easy to pull data from any database/local files with variant formats and build inputs for `absbox` easily. |
| 32 | +It's a `Data-Driven` oriented design, it's easy to pull data from any database/local files with variant formats and build inputs for `absbox` easily. |
| 33 | + |
| 34 | +Other packages like `pandas` or `numpy`, `lenses` works fairly well with native data types as well. |
15 | 35 |
|
16 | 36 |
|
17 | 37 | Why there is no UI ? |
18 | 38 | ----------------------- |
19 | 39 |
|
| 40 | +UI is always a huge topic , because it's hard to satisfy everyone's need. `Risk Manger` `Quant` `Trader` `Structurer` all have different requirements on UI to satisfy their own specific needs. |
| 41 | + |
| 42 | +Even some magic happens there are 4 sets of UIs to be developed, the workflows accross differnet companies will create frictions as well. |
| 43 | + |
| 44 | +`absbox` and `Hastructure` would focus on core functionalities and provide `RESTful` service to make it easy to integrate with any UIs. |
20 | 45 |
|
21 | 46 |
|
22 | | -Why `absbox` has commerial support ? |
| 47 | +Why commerial support ? |
23 | 48 | --------------------------------------- |
24 | 49 |
|
| 50 | +The `absbox` and `Hastructure` will remains free and open-source, while adopting it and using it in production, user may need some commerial support for the benefits below: |
| 51 | + |
| 52 | +* quick knowledge transfer |
| 53 | +* short integration time |
| 54 | + |
| 55 | + |
25 | 56 |
|
26 | 57 |
|
27 | 58 |
|
|
0 commit comments