Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@factset/sdk-barraportfoliooptimizer
Advanced tools
Barra Portfolio 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-barraportfoliooptimizer@0.21.4
yarn add @factset/sdk-utils @factset/sdk-barraportfoliooptimizer@0.21.4
Install and activate Node.js >=14. If you're using nvm:
nvm install 16
nvm use 16
(optional) Install yarn.
const { ApiClient, AccountsApi } = require('@factset/sdk-barraportfoliooptimizer');
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
//
// The confidential client instance should be reused in production environments.
// 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 AccountsApi();
const path = "'Client:Foo/Bar'"; // String | The directory to get the accounts and sub-directories in
// Call api endpoint
apiInstance.getAccounts(path).then(
data => {
console.log('API called successfully. Returned data:');
console.log(data);
},
error => {
console.error(error);
},
);
All URIs are relative to https://api.factset.com
Class | Method | HTTP request | Description |
---|---|---|---|
barraportfoliooptimizer.AccountsApi | getAccounts | GET /analytics/lookups/v3/accounts/{path} | Get accounts and sub-directories in a directory |
barraportfoliooptimizer.BPMOptimizerApi | cancelOptimizationById | DELETE /analytics/engines/bpm/v3/optimizations/{id} | Cancel BPM optimization by id |
barraportfoliooptimizer.BPMOptimizerApi | getOptimizationParameters | GET /analytics/engines/bpm/v3/optimizations/{id} | Get BPM optimization parameters by id |
barraportfoliooptimizer.BPMOptimizerApi | getOptimizationResult | GET /analytics/engines/bpm/v3/optimizations/{id}/result | Get BPM optimization result by id |
barraportfoliooptimizer.BPMOptimizerApi | getOptimizationStatusById | GET /analytics/engines/bpm/v3/optimizations/{id}/status | Get BPM optimization status by id |
barraportfoliooptimizer.BPMOptimizerApi | postAndOptimize | POST /analytics/engines/bpm/v3/optimizations | Create and Run BPM optimization |
barraportfoliooptimizer.BPMOptimizerApi | putAndOptimize | PUT /analytics/engines/bpm/v3/optimizations/{id} | Create or Update BPM optimization and run it. |
barraportfoliooptimizer.CurrenciesApi | getCurrencies | GET /analytics/lookups/v3/currencies | Get currencies |
barraportfoliooptimizer.StrategyDocumentsApi | getBarraStrategyDocuments | GET /analytics/engines/bpm/v3/strategies/{path} | Get Barra 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
Barra Portfolio Optimizer client library for JavaScript
The npm package @factset/sdk-barraportfoliooptimizer receives a total of 0 weekly downloads. As such, @factset/sdk-barraportfoliooptimizer popularity was classified as not popular.
We found that @factset/sdk-barraportfoliooptimizer 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.
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.