Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

214 total results found

Finmart to Finmars

Overview The Finmars-to-Finmars module enables exporting and sending data from a common Finmars controlling space (which includes multiple portfolios) to a private client space. Exported Data Includes: Portfolio Account Currency Instrumen...

Experts Opinions

Demo Space

How to create demo space from scratch

Performance Report

STD Solution

Transactions Report

STD Solution

Dashboard Layouts

STD Solution

Templates

STD Solution

Project Overview

White Label Documentation

This chapter provides an in-depth look at all our projects. It outlines the technology stack, routing schemes, and the extent to which each project integrates the UI kit. Understanding these fundamentals is crucial for appreciating how White Label is implement...

White Label Customization Capabilities

White Label Documentation

This chapter outlines the full range of customization options available through our White Label system. It covers everything from minor visual updates (like favicon changes) to extensive modifications via custom CSS. In addition, it explains default settings, ...

Theming in the UI Kit

White Label Documentation

This chapter delves into the theming capabilities of our UI kit. It explains how design palettes are abstracted using CSS variables, outlines the process for creating and integrating new palettes, and provides guidelines for testing and deployment.

Portfolio

Entities

A collection of your investments, like stocks, bonds, or funds, all in one place.

Currency

Entities

An entity representing a standardized unit of exchange used in financial transactions and asset valuation.

Instrument

Entities

This entity is a unique ID for a financial asset or security involved in a transaction.

Pricing Policy

Entities

It's a set of prices for products or services, defining how they are structured and applied.

Transactions

Entities

Records of financial activities affecting assets or cash.

Register

Entities

This entity is associated with a portfolio. It is used for calculating performance, helping track and analyze the portfolio's overall returns and efficiency over time.

Accounts

Entities

It's a financial entity used to track and manage transactions, balances, and holdings.

Bundle

Entities

Group of related portfolios or registers for analysis

Price

Entities

Market or calculated value of an instrument at a given time.

Counterparty

Entities

It's other party or entity involved in a transaction.

Interface (Files Block)

DEPRECATED: Standard-workflow (One-click) System overview

Overview The FileTable component is a Vue component that provides a user interface for managing and uploading files. It allows users to view existing files in a table format, filter and search through files, and upload new files to specific locations. Key Feat...

Interface

DEPRECATED: Standard-workflow (One-click) System overview

Overview This standard-workflow-interface module provides a comprehensive interface for managing states and files within a workflow system. The interface is divided into two main components: StateTable and FileTable, which are displayed side by side in the mai...

Pipeline Setup for Data Import

DEPRECATED: Standard-workflow (One-click) Configuration instructions

Document the Data Import Pipeline:Outline the steps required to set up the data import pipeline. Identify Missing Workers:Compile a list of workers that are not included in the current implementation. Determine Appropriate Module:Identify the mod...

Interface Authorization

DEPRECATED: Standard-workflow (One-click) System overview

Overview This project uses token-based authentication with Keycloak integration. The authentication process is managed through custom functions defined in customFetch.js. Key Functions getCookie(name) Retrieves a cookie value by name. authorization() Prepares ...

Space Create

Setup Guide Space Setup

Create new Space Continue with Wizard Wait until your Space is ready to Login

Standard Modules Installation

Setup Guide Space Setup

Great, your empty Space is ready, move to Marketplace We need to install following Modules:Standard - Instrument TypesStandard - Tranaction TypesStandard - LayoutsStandard - AliasesStandard - PricingStandard - OtherStandard - Import From FileStandard - Workfl...

Vault Setup

Setup Guide Space Setup

To access Exante REST API we need to configure Vault Proceed with all the steps In the end your Vault should be operational and you need to add there your credentials of Exante Account to their REST API

Create Pricing Policy

Setup Guide Space Setup

Before we start Import we should create a Pricing Policy, for now we can use Standard Pricing Policycom.finmars.standard-pricing:standard You can have more then 1 pricing policy. For that we will have other Guide

Create Provisional Account

Setup Guide Space Setup

In your empty Space add a Provisional account (it will be used later)Use Default Account Type from Standard Configuration

Install Exante Broker

Setup Guide Exante Broker Setup

Go to Marketplace Again, lets install Exante Module Check if all Workflows are installed

Setup Portfolios & Accounts

Setup Guide Exante Broker Setup

Go to explorer/workflows/com/finmars/exante-broker/get-accounts/test.ipynb?authIts small script that allows us to see Accounts from Exante API For now you can see your AccountIds, you could add them into Account and Portfolio Entities in FinmarsYou will see s...

Try get Positions on a Date

Setup Guide Importing Positions Data

Go to /explorer/workflows/com/finmars/exante-broker/get-positions/test.ipynbIts a test Jupyter python script that allows you to check if you able to fetch Positions So you need to change your accounts variable on line 47, add your accountId e.g. ABC1234.001 i...

Download Positions to Finmars

Setup Guide Importing Positions Data

Go to Workflow PageRun following workflow: com.finmars.exante-broker:get-positionsPass payload like: {     "secret": "finmars/exante",     "date_from": "2024-09-01",     "date_to": "2024-09-24",     "currencies": ["USD"],     "portfolios": ["ABCD123.001"...

Try to get Prices from Exante

Setup Guide Importing Prices & FX Rates

Go to /explorer/workflows/com/finmars/exante-broker/get-prices/test.ipynbConfigure your Test Script So you need to have Instrument Reference and date period (date_from and date_to)Try to execute it!   This is how you could get prices from Exante, probably...

FX Rate Situation from Exante

Setup Guide Importing Prices & FX Rates

Currently there is no way to get Historical End Of Day FX Rates from ExanteYou could refer to https://api-live.exante.eu/api-docs/#tag/Crossrates-APIBut Its some rate during the day of the request

Install Exante Data Transformer

Setup Guide Exante Broker Setup

Go to Marketplace and look for Exante Data TransformerInstall this moduleSo after you install it you need to refresh your storage (Click on top right button to Refresh Storage) So after your Storage is refreshed you will see com.finmars.exante-broker:get-posi...

Transform Positions to Standard Configuration

Setup Guide Importing Positions Data

Precondition: You downloaded some Positions from Exante (Check your /explorer/data/exante/positions folder)Go to Worfklow Page Run Task  com.finmars.exante-data-transformer:transform-positions {     "date_from": "2024-09-01",     "date_to": "2024-09-27", ...

Try to get Instruments from Exante

Setup Guide Importing Instruments

Go to /explorer/workflows/com/finmars/exante-broker/get-instruments/test.ipynbAnd configure your script Modify path to your credentials (Line 72) and modify ids of your accounts. Optionally you can change datesPress Execute Great, now you see output of Exa...

Download Instruments to Finmars

Setup Guide Importing Instruments

Go to Workflow Page Execute workflow com.finmars.exante-broker:get-instruments {     "secret": "finmars/exante",     "date_from": "2024-09-01",     "date_to": "2024-09-27",     "currencies": ["USD"],     "portfolios": ["ABCD1234.001"] } Go to see st...

Transform Instruments to Standard Configuration

Setup Guide Importing Instruments

Precondition: You downloaded some Positions from Exante (Check your /explorer/data/exante/instruments folder)Go to Worfklow Page Execute com.finmars.exante-data-transformer:transform-instruments No Payload neededCheck you Task status Great work! Now you can ...