Skip to Content
Introduction

Introduction

For full details and documentation, always refer to your client site.

Aladdin Applications

This documentation primarily cover application and workflows spanning portfolio management, exposure reporting, risk and internal investment operations.

  • Explore
  • Green Package
  • Portfolio Risk
  • Tools
  • Anser
  • Risk Governance
  • Aladdin LDI
  • Portfolio Construction
  • Aladdin Target Setup
  • Aladdin Research

Code examples and URLs

Where applicable, code snippets and URL parameters will be displayed like this

# JavaScript in a custom Explore column var myDate = new Date(a); var day = myDate.getDay(); # Risk parameterised URL https://client.../.../gp.xls?port=PORT1&module=RC... # XML traversal CUSIP2_record[CODE="I"]/IDENTIFIER

Callout notes

Notes, comments, tips, hints, pitfalls and other call outs will be displayed like this

💡

note “Risk settings”

Play close attention to the default risk settings under risk options within PRT as well as how each of the parameters affects calculations

Math

Math will be displayed like so xn=(a+y)dx_n=(a+y)d inline and block

L=12ρv2SCLL = \frac{1}{2} \rho v^2 S C_L

and like this as displayed Math

KRBC{{x,y}}2xy(P(x,y))=2xy(S(x,y)ϕB(x,y))=2Sxyϕ2Bxy\begin{aligned} KRBC\{\{x,y\}\} &\propto \frac{\partial^2}{\partial{x} \partial{y}}\left(P(x,y)\right)\\ &=\frac{\partial^{2}}{\partial{x} \partial{y}}\left(S(x,y)-\phi B(x,y)\right)\\ &=\frac{\partial^{2}{S}}{\partial x \partial y}-\phi\frac{\partial^{2}{B}}{\partial x \partial y} \end{aligned}
Last updated on