Advanced Search
Search Results
214 total results found
Standard Workflow Simple Autoimport
So far we have:Exante Instruments Exante PositionsWe assume that there is no exotic currencies (then you need Exante Currencies)All these data converted to Standard Configuration. So we should be able to Import them!Before creating an automation, lets try to d...
Import Daily Positions to Finmars
Preconditions: You parsed instruments from positions file and Imported Instruments to FinmarsWarning: Without Instruments/Currencies this step will lead to errorGo to Workflow Page Look for com.finmars.standard-workflow:simple-autoimport Lets execute it (You ...
Try to get Transactions from Exante
Go to /explorer/workflows/com/finmars/exante-broker/get-transactions/test.ipynbAnd configure your script Set accounts (line 46) and date_from (line 48) and date_to (line 49)Then try to execute it! Great success! Now you could inspect responses from Exan...
Download Transactions to Finmars
Go to Workflow Page Execute workflow com.finmars.exante-broker:get-transactions { "secret": "finmars/exante", "date_from": "2024-01-01", "date_to": "2024-09-27", "currencies": ["USD"], "portfolios": ["ABCD1234.001"] } Go to see...
Transform Transactions to Standard Configuration
Precondition: You downloaded some Transactions from Exante (Check your /explorer/data/exante/transactions folder)Go to Worfklow Page Run Task com.finmars.exante-data-transformer:transform-transactions Go to see you Task Status So all your downloaded T...
Standard Workflow Transaction Autoimport
So far we have:Exante Instruments Exante PositionsExante TransactionsWe assume that there is no exotic currencies (then you need Exante Currencies)All these data converted to Standard Configuration. So we should be able to Import them!Before creating an automa...
Download Prices to Finmars
Go to Workflow PageExecute workflow com.finmars.exante-broker:get-prices Go to see status of your workflow Great success! You can find your downloaded instrument in /explorer/data/exante/pricesSee content of month folder, it should has list of .json files wi...
Transform Prices to Standard Configuration
Precondition: You downloaded some Positions from Exante (Check your /explorer/data/exante/prices folder)Go to Worfklow Page Execute com.finmars.exante-data-transformer:transform-prices Example Payload { "date_from": "2024-09-01", "date_to": "2024-...
Daily Import Introduction
What is Daily Import?Its a pipeline that covers all workflows and schedules that runs in background to import all the data into your Space in FinmarsDaily Import could be different from client to client, from provider to provider, but as core concept it should...
Setting up Space Defaults
Do not forget to set:Currency to US DollarPricing Policy to Standard It will affect creation of Portfolio Registers and Portfolio Register Records
Import Positions
Example of how automate daily import for Client Portfolioscom/finmars/client-daily-schedule/import-positions/workflow.json { "workflow": { "user_code":"com.finmars.client-daily-schedule:import-positions", "is_manager": true, ...
Import Transactions
Example of how automate daily import of Transactions for Client Portfolioscom/finmars/client-daily-schedule/import-transactions/workflow.json { "workflow": { "user_code":"com.finmars.client-daily-schedule:import-transactions", "is...
Import Prices
Example of how automate daily import of Prices for Client Portfolios com/finmars/client-daily-schedule/import-prices/workflow.json { "workflow": { "user_code":"com.finmars.client-daily-schedule:import-prices", "is_manager": tru...
Import FX Rates
Just make sure you have installed com.finmars.finmars-database-fx-rates Finmars Database FX RatesYou can change Schedule in workflow.json crontabcom/finmars/finmars-database-fx-rates/import-fx-rates/workflow.json { "workflow": { "user_code...
Keywords
IAM - Identity and Access Management (IAM) User - user itself, when you sign up in FInmars, your User will be createdSpace - Finmars Installation, like a workspaceMember - its a User inside a Space, like a membership, so one User can be a Member in different S...
How to Register in Finmars
To register at finmars.com you need to click to "SIGN UP" button It will direct you to the "CONTACT US" section You should fill in your information and click "Submit" Then you will get a confirmation message that your form was submitted succe...
How to Get an Access to the Workspace
Prerequisites Already registered in Finmars (see How to Register in Finmars) Received the credentials to use in the Finmars platform. Getting an Access to the Workspace Go to your allocated Finmars URL (environment) which was as the part of your cre...
How to Create a New Workspace
Prerequisites We assume you have all prerequisites you may need, including: If needed: the VPN is configured to access the Finmars resources If needed: access to the Virtual Machine to work with the sensitive information Must have: registered in Finmars ...
Platform Guide Template
Prerequisites We assume you have all prerequisites you may need, including: If needed: the VPN is configured to access the Finmars resources If needed: access to the Virtual Machine to work with the sensitive information Must have: registered in Finmars ...
How to Invite a User into a Workspace
Prerequisites We assume you have all prerequisites you may need, including: If needed: the VPN is configured to access the Finmars resources If needed: access to the Virtual Machine to work with the sensitive information Must have: registered in Finmars ...