0% found this document useful (0 votes)
91 views

PACS How To TSR-730046

The document provides steps to create future dated interests in AA.ARRANGEMENT.ACTIVITY via the IRIS API. It details ensuring the version of AA.ARRANGEMENT.ACTIVITY is created with property and effective fields, creating service artefacts, deploying the IRIS war, and trying to create an arrangement by passing a property and date.

Uploaded by

thuc nguyen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
91 views

PACS How To TSR-730046

The document provides steps to create future dated interests in AA.ARRANGEMENT.ACTIVITY via the IRIS API. It details ensuring the version of AA.ARRANGEMENT.ACTIVITY is created with property and effective fields, creating service artefacts, deploying the IRIS war, and trying to create an arrangement by passing a property and date.

Uploaded by

thuc nguyen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

How to create future dated interests in

AA.ARRANGEMENT.ACTIVITY via
IRIS API

Information in this document is subject to change without notice.

No part of this document may be reproduced or transmitted in any form or by any means,
for any purpose, without the express written permission of TEMENOS HEADQUARTERS SA.

© 2021 Temenos Headquarters SA - all rights reserved.


How-To Document- TSR-730046

Table of Contents

1. How to create future dated interests in AA.ARRANGEMENT.ACTIVITY via IRIS API.........................


2. Detailed steps.......................................................................................................................................
3. Meta Data Track...................................................................................................................................

V2.0/May-21 Quality Assurance Internal Use


To view template history, please click here*
2
How-To Document- TSR-730046

Document History

Author Version Date

Priya Mani 0.1 21-Dec-2023

Deepan Chakaravarthy 1.0 21-Dec-2023

Comments:

Reviewed by Deepan Chakaravarthy

V2.0/May-21 Quality Assurance Internal Use


To view template history, please click here*
3
How-To Document- TSR-730046

1. How to create future dated interests in


AA.ARRANGEMENT.ACTIVITY via IRIS API
2. Detailed steps

1. Ensure that VERSION of AA.ARRANGEMENT.ACTIVITY is created with PROPERTY and


EFFECTIVE fields.

2. Create the service artefacts for creating a new loan arrangement with
AA.ARRANGEMENT.ACTIVITY Version record, which is created with

V2.0/May-21 Quality Assurance Internal Use


To view template history, please click here*
4
How-To Document- TSR-730046

PROPERTY and EFFECTIVE fields.

3. Build the IRIS war for the above generated service artefacts and deploy it.

4. Check the swagger file. Swagger will be generated with “propertyId” and
“effectiveProperty” fields.

5. Try to create a new loan arrangement with future dated interests by passing
PROPERTY in propertyId and date in effectiveProperty as given below.
V2.0/May-21 Quality Assurance Internal Use
To view template history, please click here*
5
How-To Document- TSR-730046

"properties":[
{
"propertyId":"PENALTYINT",
"effectiveProperty":"20200830"
}
]

Multiple properties can also be passed.

"properties":[
{
"propertyId":"PENALTYINT",
"effectiveProperty":"20211009"
},
{
"propertyId":"PRINCIPALINT",
"effectiveProperty":"20211012"
}
]

V2.0/May-21 Quality Assurance Internal Use


To view template history, please click here*
6
How-To Document- TSR-730046

6. The corresponding AA.ARRANGEMENT.ACTIVITY record will be created with future dated


interests.

V2.0/May-21 Quality Assurance Internal Use


To view template history, please click here*
7
How-To Document- TSR-730046

3. Meta Data Track

Meta Data Track

Description of document * How to create future dated interests in AA.ARRANGEMENT.ACTIVITY via


IRIS API

Product * Transact (T24) – Interaction Framework (IRIS)

From T24 Release * IRIS R18 version 19.0.79

To T24 Release *
If the functionality is relevant till Current
R9, choose the value ‘Current’

Content Classification

Bank Unit * None

TAG 1 *(keyword) Enter relevant tag, if not found in the


drop-down list.

TAG 2(keyword) Enter relevant tag, if not found in the


drop-down list.

TAG 3(keyword) Enter relevant tag, if not found in the


drop-down list.

Document Administrative Details

Owner: Email ID:

Approver: Email ID:

Expiry Date: Click here to enter a date. JIRA Reference: TSR-730046

V2.0/May-21 Quality Assurance Internal Use


To view template history, please click here*
8
How-To Document- TSR-730046

V2.0/May-21 Quality Assurance Internal Use


To view template history, please click here*
9

You might also like