1.1.8 • Published 2 years ago

@thacash/cash_finance v1.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@thacash/cash_finance

npm (scoped)

Tools for options sellers.

Install

$ npm install @thacash/cash_finance

Usage

const cashfinance = require("@thacash/cash_finance");

cashfinance.getContractIncomePercent(contractPrice, stockPrice);
//=> 28.79

Methods

See the available methods by logging the package.

const cashfinance = require("@thacash/cash_finance");

console.log(cashfinance);

//=> {
//=>   getContractPrice: [Function: getContractPrice],
//=>   getContractIncomePercent: [Function: getContractIncomePercent],
//=>   getStockPrice: [Function: getStockPrice],
//=>   getContractDays: [Function: getContractDays],
//=>   getContractDaysLeft: [Function: getContractDaysLeft],
//=>   getAnnualizedReturn: [Function: getAnnualizedReturn],
//=>   getStockIncreasePercent: [Function: getStockIncreasePercent],
//=>   getSellerGenerates: [Function: getSellerGenerates],
//=>   getOriginalStockValue: [Function: getOriginalStockValue],
//=>   getNewStockValueITM: [Function: getNewStockValueITM],
//=>   getSellerNetGainITM: [Function: getSellerNetGainITM]
//=> }
1.1.8

2 years ago

1.1.4

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago