Avaloq ACP

Avaloq ACP Course

Avaloq ACP Course

Jost Odermatt

Jost Odermatt

Kartei Details

Karten 257
Lernende 91
Sprache Deutsch
Kategorie Informatik
Stufe Andere
Erstellt / Aktualisiert 22.01.2013 / 05.06.2025
Weblink
https://card2brain.ch/box/avaloq_acp_
Einbinden
<iframe src="https://card2brain.ch/box/avaloq_acp_/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
Is it possible to protect single fields within a form by the Avaloq Security Engine?

No, it is not. Full access is allowed if the access code fits.

Customisation is done by…

using parameterisation and scripting

Which pillars do you need to show a balance?

The position pillar and in some cases the collateral pillar are needed to calculate the balance pillar. To show the balance you need the balance pillar.

True or false? The usage of APIs is mainly recommended because it speeds up the performance.

False. The usage of APIs is recommended because it facilitates the maintenance of the development (write once, use often). APIs make sure that underlying structures can be changed without changing the related customisation code.

Can you use screen reports in applications other than Avaloq?

No, screen reports are reports which are interpreted and shown by the Avaloq user interface only.

True or false? Sources are always written in PL/SQL.

False. Sources are never written in PL/SQL.

What does the Avaloq Banking System use classifications for?

The Avaloq Banking System uses classifications for: Classifying objects: grouping into sets of classifications & classes Describing objects: implementing properties of an object type with a discrete domain Most classifications are not just descriptive but are used when components (e.g. calculating costs, booking rules, reporting, and workflow) are being parameterised

What is defined within the group definition?

Fields are defined within a group definition.

Which statement is valid: Oder Validations …

… check data in subwindows.

What kind of message will you see when an error occurs:

During synchronous loading of a rule set? - There will be an error message on the screen 'load was not done …' During asynchronous loading of a rule set? - There will be a message on the screen 'the task was successfully submitted …'

Which Avaloq Script language construct do you use when working with list fields?

You use loops.

What does the acronym API mean and what is one used for?

It stands for Application Programming Interfaces. They are used for administration purposes.

Which types of classifications do you know?

The types of classifications are: single-value classification set / multi-value classification termed classification

What are the possibilities for installing source code on an ABS instance?

Remote compilation, Create an installation package and install it

The Business Bus (BB) makes it possible to:

Create Avaloq static data objects via the Avaloq Message Interface.

How can you find out which flat datamart and task match?

Each task which supports a certain flat datamart can be found with the "show" context action on the datamart source. The "Referenced by" field indicates which tasks reference which flat datamart.

Which context action on a share presents all of the prices that have been loaded for this asset?

Show Price

Who can write an API?

APIs can be written by those who have the necessary rights for the Oracle database.

Which of the following are contents of the Avaloq Banking System instance?

ABS kernel data and a predefined Oracle version Customisation sources and business data

Are there different tasks for loading rules?

There is a different task for every Rule Loader table.

Which is the aggregation function to be used in order to implement a counter?

The function name is "sum".

Describe two (2) differences between: a) The generic Market Data interface. b) The Market Data interface to Reuters.

a) Mainly used for loading share prices b) mainly used for loading data like interest rates. a) Loader table LD_MD_DIRECT b) loader tables LD_MD and LD_MP

What happens when you insert an object in XML-format into AMI?

The Message Handler opens a static data order to create or modify the object

Give the name of a variable that is always available at the top level.

The variable is "seq_nr".

Explain the term MEMI?

Multiple Entities Multiple Instance

Is it possible to execute Avaloq Script through events?

Yes, you can execute scripts.

What source type is a report datamart created with?

The source type is "Report Datamart" (REP DTM).

Is the source code line FormatAttrs mandatory for object key sources?

No, it is optional according to doc.ID: 1175 chapter 6.

Why should a hierarchical or report datamart definition and the corresponding layout definition be stored in different sources?

You can use the same report datamart as a data source for different layout types (e.g. screen and print)

What is the name of the table, where basic information about the different Avaloq source types, is stored. Enter the name in uppercase characters.

CODE_SRC_TYPE

Which two kinds of collections does the ABS know?

Dynamic Collections & Static Collections.

Which statement structures the report?

The "group by" statement structures the report.

What is the difference between open and closed security?

With open security, you restrict access where necessary. You use "any" or "unprotected ones and according to access codes". With closed security everything is protected and you grant access where necessary. Here you use "none" or "according to access codes". - It takes longer to implement closed security.

Can you complement the following phrases regarding the Avaloq object model?

In the Avaloq object model the internal and external view are split. The container allows bank clients to structure their assets in different portfolios for different reasons. A position belongs to one container and represents a quantity of one asset.

What are the differences between booking and balancing?

Booking is real-time <-> balancing is on demand. Booking changes positions <-> balancing shows positions. Booking is done on money accounts and interim accounts <-> balancing on balance accounts.

What is an object key used for?

A key is used as a shortcut to substitute as a reference to an object / order. A method for finding objects / orders faster..

What is the Avaloq ice Workspace used for?

The workspace contains a user's preferred settings, indexes and temporary files (local history).

List at least three (3) usage areas of Avaloq Script.

Report Writer Order Validation Avaloq Message Interface Rule Loader Context Action

Which different data types can you use for additions?

text, code_const

Where are data stored for translations of the workflow status and action?

Table OUT_TEXT_NORM (API/script)