D&O/ML FUNDAMENTALS
An APIG SA Event
23/10/2025 12:30 to 23/10/2025 14:00
Venue: The Lobby, 45 Pirie Street, Adelaide,
Details:
APIG SA is delighted to welcome APIG National Conference Chair, Aimee Pozoglou of ProRisk, to Adelaide to present another of the extremely well- received Fundamentals sessions, this time in Directors & Officers/Management Liability Insurance.
The session will address the fundamental issues in arranging, underwriting and managing Directors & Officers/Management Liability risks in Australia.
This session will be invaluable to those new to broking or underwriting Directors & Officers/Management Liability risks, and to those new to advising on and/or managing Directors & Officers/Management Liability claims. It will also be a very useful refresher for those who have been working in the area for some time.
Venue : The Lobby
Address : 45 Pirie Street, ADELAIDE, SA, 5000, AUSTRALIA
Date and Time : 23 October 2025 12:30PM for lunch, 1.00PM for seminar
We look forward to seeing you there!
Book Here
APIG SA | D&O/ML FUNDAMENTALS | 23/10/2025 | 12:30 | 23/10/2025 | 14:00 | The Lobby, 45 Pirie Street, Adelaide | | APIG SA is delighted to welcome APIG National Conference Chair, Aimee Pozoglou of ProRisk, to Adelaide to present another of the extremely well- received Fundamentals sessions, this time in Directors & Officers/Management Liability Insurance.
The session will address the fundamental issues in arranging, underwriting and managing Directors & Officers/Management Liability risks in Australia.
This session will be invaluable to those new to broking or underwriting Directors & Officers/Management Liability risks, and to those new to advising on and/or managing Directors & Officers/Management Liability claims. It will also be a very useful refresher for those who have been working in the area for some time.
Venue : The Lobby
Address : 45 Pirie Street, ADELAIDE, SA, 5000, AUSTRALIA
Date and Time : 23 October 2025 12:30PM for lunch, 1.00PM for seminar
We look forward to seeing you there! | https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=281 | 281 |
Dynamic Loaded -
Select
'APIG ' + ISNULL(Branch.Name, '') as [Branch Name]
,[Event Name]
,CONVERT(VARCHAR(12),[Event Start Date],103) AS [Event Start Date]
,[Event Start Time]
,CONVERT(VARCHAR(12),[Event End Date],103) AS [Event End Date]
,[Event End Time]
,[Event Venue]
,[Event Venue Address]
,[Event Description]
,'https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=' + CAST([Event Id] AS VARCHAR(5)) AS [Booking URL]
,EventId
FROM EventData
INNER JOIN Event ON EventData.[Event Id] = Event.EventId
LEFT OUTER JOIN Branch ON EVENT.BranchId = Branch.BranchId
WHERE [Event Status] = 'Open'
AND AvailableOnline = 1
Dynamic Alternate Loaded -
Security - Edit Roles set to
Security - Add Roles set to
Security - Delete Roles set to
Using Existing Dynamic Set -
Select
'APIG ' + ISNULL(Branch.Name, '') as [Branch Name]
,[Event Name]
,CONVERT(VARCHAR(12),[Event Start Date],103) AS [Event Start Date]
,[Event Start Time]
,CONVERT(VARCHAR(12),[Event End Date],103) AS [Event End Date]
,[Event End Time]
,[Event Venue]
,[Event Venue Address]
,[Event Description]
,'https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=' + CAST([Event Id] AS VARCHAR(5)) AS [Booking URL]
,EventId
FROM EventData
INNER JOIN Event ON EventData.[Event Id] = Event.EventId
LEFT OUTER JOIN Branch ON EVENT.BranchId = Branch.BranchId
WHERE [Event Status] = 'Open'
AND AvailableOnline = 1
Executed SQL -
Select
'APIG ' + ISNULL(Branch.Name, '') as [Branch Name]
,[Event Name]
,CONVERT(VARCHAR(12),[Event Start Date],103) AS [Event Start Date]
,[Event Start Time]
,CONVERT(VARCHAR(12),[Event End Date],103) AS [Event End Date]
,[Event End Time]
,[Event Venue]
,[Event Venue Address]
,[Event Description]
,'https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=' + CAST([Event Id] AS VARCHAR(5)) AS [Booking URL]
,EventId
FROM EventData
INNER JOIN Event ON EventData.[Event Id] = Event.EventId
LEFT OUTER JOIN Branch ON EVENT.BranchId = Branch.BranchId
WHERE [Event Status] = 'Open'
AND AvailableOnline = 1 AND EventId LIKE '%281%'
Select rows above and then selection an action from below to execute on your data:
Execute Selected Action