Temenos · Capability
Temenos Wealth Management
Integrated wealth management workflow combining the Temenos Wealth API and Transact API for portfolio management, securities trading, and client banking. Used by wealth managers and private bankers to manage client portfolios and execute investment strategies.
Run with Naftiko
Wealth ManagementPortfolio ManagementSecurities TradingPrivate BankingInvestment ManagementBanking
What You Can Do
GET
List portfolios
— List investment portfolios
/v1/portfolios
POST
Create portfolio
— Create a new investment portfolio
/v1/portfolios
GET
List positions
— List positions in a portfolio
/v1/portfolios/{portfolioId}/positions
GET
Get valuation
— Get portfolio valuation
/v1/portfolios/{portfolioId}/valuation
GET
List securities
— List available securities
/v1/securities
GET
List orders
— List security orders
/v1/security-orders
POST
Place order
— Place a security order
/v1/security-orders
GET
List clients
— List wealth management clients
/v1/clients
GET
List accounts
— List client banking accounts
/v1/client-accounts
MCP Tools
list-portfolios
List investment portfolios for wealth clients
read-only
create-portfolio
Create a new investment portfolio for a client
list-portfolio-positions
List current holdings positions in a portfolio
read-only
get-portfolio-valuation
Get the current market value and performance of a portfolio
read-only
list-securities
List available securities for investment
read-only
place-security-order
Place a buy or sell order for a security
cancel-security-order
Cancel a pending securities order
idempotent
list-security-orders
List pending and executed security orders
read-only
list-client-accounts
List banking accounts associated with a wealth client
read-only
get-client-account-balances
Get account balances for a wealth client's banking account
read-only
APIs Used
wealth
transact