1.3.36 • Published 3 months ago

back-testing-react v1.3.36

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

back-testing-react

Type npm version npm downloads

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

$ npm install back-testing-react

Usage

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(
        <div style={{height:'100vh',width:'100vw'}}>
        <BackTestingWizard 
            mapAccessToken="..." 
            apiAccessToken="..."
            env='uat'
            selectedProxyPayoutOptionIndex={0}
            proxyPayoutOptions={[
                {key:'Demo Payouts #1', value:generateDemoPayouts()},
                {key:'Demo Payouts #2', value:generateDemoPayouts()},
                {key:'Demo Payouts #3', value:generateDemoPayouts()}
            ]}
            selectedAnemometerPayoutOptionIndex={0}
            anemometerPayoutOptions={[
                {key:'Demo Payouts #1', value:generateDemoPayouts()},
                {key:'Demo Payouts #2', value:generateDemoPayouts()},
                {key:'Demo Payouts #3', value:generateDemoPayouts()}
            ]}
            selectedCIACPayoutOptionIndex={0}
            ciacPayoutOptions={[
                {key:'Demo Payouts #1', value:generateDemoPayouts()},
                {key:'Demo Payouts #2', value:generateDemoPayouts()}
            ]}/>
        </div>
    );
}

export default App
1.3.32

3 months ago

1.3.30

3 months ago

1.3.35

3 months ago

1.3.36

3 months ago

1.3.33

3 months ago

1.3.34

3 months ago

1.3.17

3 months ago

1.3.18

3 months ago

1.3.16

3 months ago

1.3.19

3 months ago

1.3.20

3 months ago

1.3.21

3 months ago

1.3.24

3 months ago

1.3.25

3 months ago

1.3.22

3 months ago

1.3.23

3 months ago

1.3.28

3 months ago

1.3.29

3 months ago

1.3.26

3 months ago

1.3.27

3 months ago

1.3.13

4 months ago

1.3.14

4 months ago

1.3.12

4 months ago

1.3.15

4 months ago

1.3.10

4 months ago

1.3.11

4 months ago

1.3.9

4 months ago

1.3.8

4 months ago

1.3.7

4 months ago

1.3.6

4 months ago

1.3.5

4 months ago

1.3.3

4 months ago

1.3.2

4 months ago

1.2.14

4 months ago

1.3.1

4 months ago

1.3.0

4 months ago

1.2.12

4 months ago

1.2.13

4 months ago

1.2.11

5 months ago

1.2.8

5 months ago

1.2.7

5 months ago

1.2.9

5 months ago

1.2.10

5 months ago

1.2.0

5 months ago

1.2.6

5 months ago

1.2.5

5 months ago

1.2.4

5 months ago

1.2.3

5 months ago

1.2.2

5 months ago

1.2.1

5 months ago

1.1.16

5 months ago

1.1.15

5 months ago

1.1.14

5 months ago

1.1.18

5 months ago

1.1.17

5 months ago

1.1.12

6 months ago

1.1.11

6 months ago

1.1.13

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.1.9

6 months ago

1.1.7

6 months ago

1.1.6

6 months ago

1.1.5

6 months ago

1.1.4

6 months ago

1.1.3

6 months ago

1.1.2

6 months ago

1.1.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.15

6 months ago

1.0.14

6 months ago

1.0.13

6 months ago

1.0.12

6 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago