Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@factset/sdk-axiomafixedincomeoptimizer
Advanced tools
Axioma Fixed Income Optimizer client library for JavaScript
Allow clients to fetch Analytics through APIs.
This TypeScript/JavaScript package is automatically generated by the OpenAPI Generator project:
For more information, please visit https://developer.factset.com/contact
npm install @factset/sdk-utils @factset/sdk-axiomafixedincomeoptimizer
yarn add @factset/sdk-utils @factset/sdk-axiomafixedincomeoptimizer
Install and activate Node.js >=12. If you're using nvm:
nvm install 16
nvm use 16
(optional) Install yarn.
const { ApiClient, AFIOptimizerApi } = require('@factset/sdk-axiomafixedincomeoptimizer');
const { ConfidentialClient } = require('@factset/sdk-utils');
const apiClient = ApiClient.instance;
// Examples for each supported authentication method are below,
// choose one that satisfies your use case.
// (Preferred) OAuth 2.0: FactSetOAuth2
// See https://github.com/FactSet/enterprise-sdk#oauth-20
// for information on how to create the app-config.json file
// See https://github.com/FactSet/enterprise-sdk-utils-typescript#authentication
// for more information on using the ConfidentialClient class
apiClient.factsetOauth2Client = new ConfidentialClient('/path/to/app-config.json');
// Basic authentication: FactSetApiKey
// See https://github.com/FactSet/enterprise-sdk#api-key
// for information how to create an API key
// const FactSetApiKey = apiClient.authentications['FactSetApiKey'];
// FactSetApiKey.username = 'USERNAME-SERIAL';
// FactSetApiKey.password = 'API-KEY';
const apiInstance = new AFIOptimizerApi();
const id = "id_example"; // String | from url, provided from the location header in the Create and Run AFI optimization endpoint
// Call api endpoint
apiInstance.cancelOptimizationById(id).then(
() => {
console.log('API called successfully.');
},
error => {
console.error(error);
},
);
All URIs are relative to https://api.factset.com
Class | Method | HTTP request | Description |
---|---|---|---|
axiomafixedincomeoptimizer.AFIOptimizerApi | cancelOptimizationById | DELETE /analytics/engines/afi/v3/optimizations/{id} | Cancel AFI optimization by id |
axiomafixedincomeoptimizer.AFIOptimizerApi | getOptimizationParameters | GET /analytics/engines/afi/v3/optimizations/{id} | Get AFI optimization parameters by id |
axiomafixedincomeoptimizer.AFIOptimizerApi | getOptimizationResult | GET /analytics/engines/afi/v3/optimizations/{id}/result | Get AFI optimization result by id |
axiomafixedincomeoptimizer.AFIOptimizerApi | getOptimizationStatusById | GET /analytics/engines/afi/v3/optimizations/{id}/status | Get AFI optimization status by id |
axiomafixedincomeoptimizer.AFIOptimizerApi | postAndOptimize | POST /analytics/engines/afi/v3/optimizations | Create and Run AFI optimization |
axiomafixedincomeoptimizer.AFIOptimizerApi | putAndOptimize | PUT /analytics/engines/afi/v3/optimizations/{id} | Create or Update AFI optimization and run it. |
axiomafixedincomeoptimizer.StrategyDocumentsApi | getAxiomaFIStrategyDocuments | GET /analytics/engines/afi/v3/strategies/{path} | Get Axioma FI strategy documents and sub-directories in a directory |
Please refer to the contributing guide.
Copyright 2022 FactSet Research Systems Inc
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
FAQs
Axioma Fixed Income Optimizer client library for JavaScript
The npm package @factset/sdk-axiomafixedincomeoptimizer receives a total of 1 weekly downloads. As such, @factset/sdk-axiomafixedincomeoptimizer popularity was classified as not popular.
We found that @factset/sdk-axiomafixedincomeoptimizer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.