Parametric back testing application developed by NormanMax Insurance Solutions
npm install back-testing-reactback-testing-react
==================




Parametric back testing web modules developed by NormanMax Insurance Solutions
About
-----
This is a small React library for use in Node.js environments,
providing the ability to run BackTesting components and
applications.
NOTICE
------
The NormanMax BackTesting requires an mapAccessToken and an apiAccessToken
for the components to be utilized.
Installation
------------
``shell`
$ npm install back-testing-react
Usage
-----
`js
import { BackTestingWizard } from 'back-testing-react'
function App() {
// list of payouts containing only one payout entry for demo purposes
function generateDemoPayouts(){
return [{category: 10, payout: 0.75}]
}
return(
export default App
``