Avaloq ACP

Avaloq ACP Course

Avaloq ACP Course

Jost Odermatt

Jost Odermatt

Fichier Détails

Cartes-fiches 257
Utilisateurs 91
Langue Deutsch
Catégorie Informatique
Niveau Autres
Crée / Actualisé 22.01.2013 / 05.06.2025
Lien de web
https://card2brain.ch/box/avaloq_acp_
Intégrer
<iframe src="https://card2brain.ch/box/avaloq_acp_/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
Which interface do you need to add an access code to an object?

sec_admin_intf#.obj#add_access

How do you usually define the currency of a money account?

On the Model Bank (MDB) the currency is defined through the contract of the money account.

Where does a developer find OMD sheets?

The OMD sheets are hosted as bin type sources on the Avaloq ice server (Repository).

What happens to data in the order memory layer when the session is closed?

This data is lost. No persistent storage of data is done in the memory layer.

Describe the kind of information you get when using session and lookup.

Session allows you to retrieve information about the session of the current user. With Lookup you can e.g. access tables directly (with lookup.fld).

Consider the Report Writer customisation. Identify the correct sequence in which the actions need to be performed to create a report.

Create a hierarchical datamart, create a layout, start an Avaloq task.

In the "Create your own Field Format Network" exercise, why did you need to define a separator for the asset field?

The parser needs to know how to distinguish between the different parts within this compound field.

What is the minimum amount Avaloq charges to the client? The minimum, the offset or the sum of minimum and offset?

The sum of minimum and offset.

What is the purpose of relations?

The purpose of relations is to logically link objects.

What are the central booking principles in Avaloq?

Debit = Credit: The total quantities of all event packets (bookings) of defined assets involved in one event (transaction) must be balanced. The Book Engine implements this check with a catch all rule and generates bookings on the difference accounts if necessary. Net positions: Details are booked on net position and only the total amount is booked to the money account of the customer.

Does Avaloq deliver a "ready to go" banking system?

No, Avaloq delivers an MDB, which is usually the basis for the parameterisation in the implementation project.

Which cost calculation methods exist in Avaloq?

Constant method, linear method (offset and slope), degressive method, minimum/maximum, discount

Which approaches can you use to modify parameterisation data in tables?

Entries in tables can officially be modified by sources and APIs.

How can sources be found?

Sources can be found with the Parameterisation Desk.

How do we implement context icons?

We use the "ctx" statement.

List possible objects stored in the object (kernel) layer.

Business Partner, Container, Country, Address, etc.

What is the function of a task?

The task is the medium for moving the source code through the workflow.

Where in the ABS GUI do I find the orders I recently created?

The Recent Orders report shows orders that were created recently. It opens in a new tab in the main window by default when you start the SmartClient.

Can you name some field types that are supported in Avaloq Forms?

Text, Label, Obj, Code, Screen Report, etc.

What is the source type of the data structure?

Avaloq type definition

What are structuring elements and what are content elements?

There are two types of form elements in a form: - Structuring elements, such as a group - Content elements, such as a text field or a number field

What is the result of the following code? (curr_val contains the sum of all positions)

l_out: = obj_bp(i_bp_id).curr_val(3942) session.raise_ui_err(1,l_out)The result is the sum of all positions of the BP with ID = i_bp_id, displayed in the currency CHF, e.g. "165'012.35".

Which two statements about Avaloq Script are valid

A field in a DDIC may be a list of elements. The constructor ‘new’ is only available in DDICs which describe the memory layer.

Can orderbooks be individualized?

Yes, you can set up, store and manage individual filter criteria with the use of templates, layouts and parameters in the task and reporting desk.

What's a BGP?

Background Process.

How can you modify code tables?

Code tables are modified by editing the related sources and then compiling them. The source usually has the same name as the table.

Is the 'doc_dflt_fld_val_rule_ld' table is the most important rule table?

No, 'doc_dflt_fld_val_rule_ld' is one of more then 50 rule loader tables.

What are PKOs and LOT Accounting?

PKOs are booking dimensions. Different Book Engines, i.e. different booking logics can be defined for different PKOs. This can lead to different positions in the different PKOs. If Multi GAAP is applied, multiple balance structures and book engines are defined on different PKOs. Where lot accounting is applied, a position is composed by one or several lots.

What does this 'workflow action' mean? (trans(91))(store_obj(1))(store)(commit)..Order will be transferred to status 91

…the order is discarded.

What is the difference between parameterisation and scripting?

Parameterisation means the setting of parameters, scripting means the enhancement of functionality, usually with Avaloq Script.

How can you implement tabs from main forms (e.g. BP form)?

By using the same syntax as in the main form. You can copy and paste the source code.

What is your understanding of "business type config (BTC)"?

A script which contains elements of PL/SQL and SQL and is stored in Avaloq ice as BTC.

What is a pillar?

Aggregated event packages out of orders which add up into a pillar (performance reason).

Can a form be secured?

Yes. In the same way as for all business types. Is it possible to assign dedicated workflow actions to a form? Yes. Via the Form meta_typ in WFC_ACTION.

Write down the data access expression which gets you: ‘the name of the reference currency of the issuer of the asset of your position’. Start with the ‘obj_pos’ root object.

obj_pos.asset.issuer.ref_curry.name

What do the abbreviations OBJ and DOC stand for?

In the ABS the abbreviation OBJ is for objects and the abbreviation DOC is for orders.

What source types are task definitions and flat datamarts created with?

Task: source type "TASK DEF", flat datamart: source type “DDIC”

What does the BP represent?

The Business Partner (BP) object represents the customer contract (i.e. the account - internal as well as external). The customer relationship and customer contract are defined on the Business Partner.

Which interface do you need to add an access code to a user?

user_admin_intf#.user#add_access

What property is set if the source contains a syntax error?

If a source contains a syntax error, the status is set to "error".