Company Profile Main Market (2024)

Company Profile Main Market (1) companyprofile

Actions

Almasane Alkobra Mining Co.

1322

AMAK

Add To Watchlist

In your Watchlist

Add To Watchlist

  • Main Market
  • Materials

Stats Overview

  • Prev. Close 59.90

  • Open 60.00

  • High

    60.30

  • Low 59.40

  • No. of Trades 750

  • Avg. Trade size* 275

  • Volume Traded 205,892

  • Value Traded (SAR) 12,297,332.60

Performance

AMAK

-0.40 ( -0.67% )

View Historical

Compare

NamePriceChange %
Almasane Alkobra Mining Co. 60.00 -0.67%

Note: Prices are delayed minimum 5 minutes

  • *Average Trade Size = Cumulative / # of Trades
  • **52 Week Price Change = (Current Price - Price year ago) / Price year ago x 100
  • Historical prices & volume traded data are adjusted to account for all corporate actions.
  • MO: Market Order

Trade Updates

Last Trade

Price

59.50

% Change

-0.67

Volume Traded

50

Best Bid

Price 59.40

Volume 8,339

Best Offer

Price 59.50

Volume 5,994

52 WEEK

High

65.50

2024/04/17

Low

48.30

2023/10/24

Change**

4.13

PERFORMANCE

Start of Year

55.9

Year ago

57.14

3 Years ago

Compare Selected

Select a Maximum of 5 Companies

Compare Selected

'; priceInnerHTML = priceInnerHTML + '

' + lastTadeChange + ' (' + lastTadePercent + '%)

'; $(priceBlock).html(priceInnerHTML);},error: function(errorCode){}});}updatePriceBox();$(document).ready(function(){if($('.stats_table .priceUp').text().trim() == '-'){ $('.stats_table .priceUp').removeClass('priceUp');}if($('.stats_table .priceDown').text().trim() == '-'){ $('.stats_table .priceDown').removeClass('priceDown');}/* var isReit = ;var isCEF = ;console.log('----------------------');console.log(isReit);console.log(isCEF);if(isReit||isCEF){ $('.shareholding_tab ul').find('li:first').hide(); setTimeout(function(){ $('.shareholding_tab ul').children('li').eq(1).click(); }, 200);}$(window).scroll(function(){if((isReit||isCEF) && $('.shareholding_tab ul').find('li:first').hasClass('select')){ $('.shareholding_tab ul').find('li:first').hide(); setTimeout(function(){ $('.shareholding_tab ul').children('li').eq(1).click(); }, 200);}}); */$('.financials_Tab_Dtl_box').find('td').addClass('text-center');});function copyUrl() {var currentUrl = window.location.href;var textArea = document.createElement('textarea');textArea.value = currentUrl;document.body.appendChild(textArea);textArea.select();document.execCommand('copy');document.body.removeChild(textArea);}

Company Profile Main Market (2) LoginPortletPopupv2

Actions

Company Profile Main Market (4) AnnouncmentandCorporateAction

Actions

Jump To:

  • Announcements & Corporate Actions
  • Dividends
  • Financials
  • Shareholding
  • Peer Comparison
  • Company Profile

Announcements

  • The Board of Directors of Al Masane Al Kobra Mining Co. (AMAK) invites its shareholders to attend The Ordinary General Assembly Meeting (First Meeting) by means of modern technology.

    1322

    AMAK-0.67 %

    1445/10/2908/05/2024 15:36:37

  • Almasane Alkobra Mining Company (AMAK) announces its Interim Financial Results for the Period Ending on 2024-03-31 (Three Months)

    1322

    AMAK-0.67 %

    1445/10/2605/05/2024 08:14:41

  • Almasane Alkobra Mining Company (AMAK) announces the issuance of an exploration license for Copper and Zinc from the Ministry of Industry and Mineral Resources

    1322

    AMAK-0.67 %

    1445/10/2201/05/2024 08:02:04

  • Almasane Alkobra Mining Co. (AMAK) announcement of the previously announced developments regarding Almasane Mine expansion project (Moyeath orebody development

    1322

    AMAK-0.67 %

    1445/09/1626/03/2024 08:13:25

  • Almasane Alkobra Mining Company (AMAK) announcement of the previously announced developments regarding the multiyear offtake agreement

    1322

    AMAK-0.67 %

    1445/09/0313/03/2024 08:06:31

View All

Corporate Actions

Upcoming Events

    Past Events

      All Actions

      Jump To:

      • Announcements & Corporate Actions
      • Dividends
      • Financials
      • Shareholding
      • Peer Comparison
      • Company Profile

      Dividends

      Announced DateEligibility DateDistribution DateDistribution WayDividend Amount
      07/01/202410/01/202421/01/2024Account Transfer0.65
      31/05/202305/06/202315/06/2023Account Transfer1.00
      14/11/202221/11/202230/11/2022Account Transfer0.60
      19/07/202226/07/202209/08/2022Account Transfer2.00

      All Actions

      " : "";var res = "

    • "+calendarString+"

      "+"

      AMAK"+" 1322

      "+"

      "+"-0.67% "+"

      "+"

      "+"

      "+issueTypeDesc+ "
      " +"Eligibility Date"+" | "+dueDate+"

      "+"

      "+"New Capital"+" | "+newCapital+"

      "+"
    • ";return res;}function getAllEventHtml(dueDate,amount,type,issueType,flag){var calendarString = flag === "true" ? "

      " : "";var typeString = type === "dividend" ? 'Eligibility Date' : issueType;var amountString = type === "dividend" ? 'Dividend Amount: SAR' : "New Capital"var html = "

    • "+calendarString+"

      "+"

      AMAK"+" 1322

      "+"

      "+"-0.67% "+"

      "+"

      "+"

      "+typeString+" | "+dueDate+"

      "+"

      "+amountString+" | "+toFixedIfNecessary(amount)+"

      "+"
    • ";return html;}document.addEventListener("DOMContentLoaded", function() {sectionViewHide();/* renderAllEvents(); */});//Download Calendarfunction downloadCalendar(startDate, endDate, location) {console.log("Inside download calendar startDate " + startDate);console.log("Inside download calendar endDate" + endDate);console.log("Inside download calendar location" + location);let startDateArray = startDate.split('/');let startDateFormatted = startDateArray[0]+startDateArray[1]+startDateArray[2]+"T000000";var filedata = "BEGIN:VCALENDAR\n"+"BEGIN:VEVENT\n"+"DESCRIPTION:\n"+"DTEND;TZID=\"Arab Standard Time\":" +startDateFormatted+"\n"+"DTSTART;TZID=\"Arab Standard Time\":" +startDateFormatted+"\n"+"LOCATION:"+"\n"+"SUMMARY;LANGUAGE=en-us:Event"+"\n"+"END:VEVENT"+"\n"+"END:VCALENDAR";//var filedata = startDate + ', ' + endDate + ', ' + location;console.log("filedata - " + filedata);window.open("data:text/calendar;charset=utf8," + escape(filedata));};function renderAllEvents(){$.ajax({url:'/wps/contenthandler/wcmrest/query/?parentid=wcmrest:6e45ef7f-f7c9-4706-9c17-86e0f155b841&mime-type=application/json',type:'GET',success:function(response){var result = response.feed.entry;var rid=[];result.forEach((r)=>{rid.push(r.id);});renderSingleDate(rid);},error:function(error){//$(domElement).html("???error.ajax???");}});}function toFixedIfNecessary( value ){ return +parseFloat(value).toFixed( 5 );}function renderSingleDate(wcmidlist){console.log(wcmidlist,"in render single data");}function callWcmAjax(wcmid){return $.ajax({url:'/wps/contenthandler/wcmrest/content/'+wcmid+'?mime-type=application/json',type:'GET'});let reqs=[];wcmidlist.forEach(s=>{reqs.push(callWcmAjax(s.split(':')[1]));});$.when(...reqs).done((...resp) => {var htmlDoc=`

    • AMAK 1322

      -0.4 %

      ##_divd_##

    • `; var finalHtml=''; resp.forEach((el)=>{ var wcmresult = el[0].entry.content.content.elements.element; var dateStart=''; var evenName=''; wcmresult.forEach((t,index)=>{ if(t.name=='Start Date'){ //dateStart=t.data.date.value dateStart=new Date(t.data.date.value).toLocaleDateString('en-Us',{month:'long',day:'2-digit',year: 'numeric'}) }else if(t.name=="Title"){ evenName=t.data.value } }); finalHtml+= htmlDoc.replace('##_divd_##',evenName +' | '+dateStart); }); $('#allevents').html(finalHtml); });}

      Company Profile Main Market (5) CompanyProfilev2Financials

      Actions

      Jump To:

      • Announcements & Corporate Actions
      • Dividends
      • Financials
      • Shareholding
      • Peer Comparison
      • Company Profile

      Financials

      • FINANCIAL INFORMATION
      • FINANCIAL STATEMENTS AND REPORTS
      • Annually
      • Quarterly
      Balance Sheet 2023-12-31
      Total Assets

      1,454,214

      - - -
      Total Liabilities

      233,984

      - - -
      Total Shareholders Equity (After Deducting the Minority Equity)

      1,220,230

      - - -
      Total Liabilities and Shareholders Equity

      1,454,214

      - - -
      Statement of Income 2023-12-31
      Total Revenue (Sales/Operating)

      487,895

      - - -
      Net Profit (Loss) before Zakat and Tax

      60,457

      - - -
      Zakat and Income Tax

      -5,874

      - - -
      Net Profit (Loss) after Zakat and Tax

      54,583

      - - -
      Total Comprehensive Income

      54,338

      - - -
      Profit (Loss) per Share

      0.73

      - - -
      Cash Flow 2023-12-31
      Net Cash From Operating Activities

      291,185

      - - -
      Net Cash From Investing Activities

      -398,406

      - - -
      Net Cash From Financing Activities

      -163,231

      - - -
      Cash and Cash Equivalents, Beginning of the Period

      381,392

      - - -
      Cash and Cash Equivalents, End of the Period

      110,940

      - - -
      All Figures inThousands
      All Currency InSAR
      Last Update Date2024-03-05

      The Capital Market Authority and Saudi Exchange take no responsibility for the contents of this disclosure, make no representations as to its accuracy or completeness, and expressly disclaim any liability whatsoever for any loss arising from, or incurred in reliance upon, any part of this disclosure, and the issuer accepts full responsibility for the accuracy of the information contained in it and confirms, having made all reasonable enquiries, that to the best of their knowledge and belief, there are no other facts or information the omission of which would make the disclosure misleading, incomplete or inaccurate. The above information does not replace detailed financial statements, as detailed financial statements are the reliable source that must be consulted to obtain accurate financial information.

      Balance Sheet 2024-03-31 2023-09-30
      Total Assets

      1,432,475

      1,504,189

      Total Liabilities

      264,930

      292,284

      Total Shareholders Equity (After Deducting the Minority Equity)

      1,167,546

      1,211,905

      Total Liabilities and Shareholders Equity

      1,432,475

      1,504,189

      Statement of Income 2024-03-31 2023-09-30
      Total Revenue (Sales/Operating)

      134,500

      110,184

      Net Profit (Loss) before Zakat and Tax

      17,317

      6,719

      Zakat and Income Tax

      -2,192

      -1,540

      Net Profit (Loss) after Zakat and Tax

      15,125

      5,180

      Total Comprehensive Income

      15,273

      5,144

      Profit (Loss) per Share

      0.17

      0.07

      Cash Flow 2024-03-31 2023-09-30
      Net Cash From Operating Activities

      58,007

      229,883

      Net Cash From Investing Activities

      -85,909

      -295,577

      Net Cash From Financing Activities

      -69,513

      -112,885

      Cash and Cash Equivalents, Beginning of the Period

      110,940

      381,392

      Cash and Cash Equivalents, End of the Period

      13,525

      202,813

      All Figures inThousandsThousands
      All Currency InSARSAR
      Last Update Date2024-05-052023-11-02

      The Capital Market Authority and Saudi Exchange take no responsibility for the contents of this disclosure, make no representations as to its accuracy or completeness, and expressly disclaim any liability whatsoever for any loss arising from, or incurred in reliance upon, any part of this disclosure, and the issuer accepts full responsibility for the accuracy of the information contained in it and confirms, having made all reasonable enquiries, that to the best of their knowledge and belief, there are no other facts or information the omission of which would make the disclosure misleading, incomplete or inaccurate. The above information does not replace detailed financial statements, as detailed financial statements are the reliable source that must be consulted to obtain accurate financial information.

      Display Previous Periods

      Jump To:

      • Announcements & Corporate Actions
      • Dividends
      • Financials
      • Shareholding
      • Peer Comparison
      • Company Profile

      Jump To:

      • Announcements & Corporate Actions
      • Dividends
      • Financials
      • Shareholding
      • Peer Comparison
      • Company Profile

      Peer Comparison

      • Table
      • Graphical

      Add Company

      Compare Selected

      Select a Maximum of 5 Companies

      Company Apply

      Almasane Alkobra Mining Co.
      Price 59.40
      Market Cap (SAR MN) 5,391
      P/E Ratio 146.3
      Index NameIndex Level1D Return
      Almasane Alkobra Mining Co. %

      Jump To:

      • Announcements & Corporate Actions
      • Dividends
      • Financials
      • Shareholding
      • Peer Comparison
      • Company Profile

      Company Profile

      Company overview

      Producing silver and gold bars and alloys, producing copper concentrates, zinc concentrates, extracting granite, nickel condensates, lead condensates, manufacturing of granite, blasting rocks, and establishing factories for the production of tiles and various building materials

      Company History

      Al Masane Al Kobra Mining Company AMAK is a Saudi Closed Joint Stock Company approved by the Ministry of Commerce and Investment Decree Number 247 Q dated 9 Shawwal 1428H Corr. 21 October 2007 and registered in Jeddah under Commercial Registration No. 4030175345 on 7 Muharram 1429H Corr. 16 January 2008. During 2015, the head office of the Company was moved from Jeddah to Najran. Accordingly, Najran Commercial Registration No. 5950017523 dated 3 Duh Al Qidah 1431H Corr. to 11 October 2010 was modified to be main Commercial Registration. During the year, the Company obtained commercial registration number 5950123986 dated 22 Dhu Al Hijjah 1442H Corr 1 August 2021 of a new branch in Najran. The registered office is located at P.O. Box 96, Najran, Kingdom of Saudi Arabia. The Company is engaged in mining of nonferrous metal ores aluminium, copper and lead, mining of ores of precious metals belonging to gold, silver and platinum group, and wholesaling precious metals and gemstones. The Company commenced its commercial production on 1 July 2012. The principal activity of the Company is to produce zinc and copper concentrates and silver and gold dore as per the license Number 86/Q dated 13 Ramadhan 1429H Corr. 13 September 2008 issued by Ministry of Industry and Mineral Resources and expiring on 29 Duh Al Qidah 1443H corresponding to 28 June 2022. During the year, the Company renewed the license for a further thirty years with license number 142941, starting from 30 June 2022 corresponding to 1 Dhu Al Hijjah 1443H. In addition, the Company obtained the license number 9598 Q dated 24 Duh Al Qidah 1436H Corr. to 8 September 2015 for twenty years and expiring on 23 Duh Al Qidah 1456H Corr. to 2 February 2035 from the Ministry of Industry and Mineral Resources for the exploitation of gold and silver dores from accompanying site Mount Guyan Surface. As of the reporting date, the Company has two mines namely Al Masane underground mine and Mount Guyan mine 2020 same. During the year, the Company has planned to expand its current activity by further developing the Moyeath orebody development project for the purpose of increasing the productive capacity of Al Masane underground mine. During the year, the Company commenced the process for Initial Public Offering IPO and Capital Market Authority CMA approval was obtained in this regard on 22 December 2021 corresponding to 18 Jumada Al Ula 1443H. Further, on 18 November 2021 corresponding to 13 Rabi Al Thani 1443H, the shareholders of the Company, in an extraordinary general meeting, passed a resolution about the increase in the Company share capital from SR 563,288,650 to SR 660,000,000 as part of the IPO process. The legal formalities have been completed on 23 March 2022 and the capital was increased accordingly. As of 1st of August 2023, the Extraordinary General Assembly approved the capital increase from SAR 660,000,000 to SAR 900,000,000 and the legal formalities have been completed.

      Company Bylaws

      Click here

      Equity Profile

      • Authorized Capital (SAR) 900,000,000
      • Issued Shares 90,000,000
      • Paid Capital (SAR) 900,000,000
      • Par Value/Share 10
      • Paid Up Value/Share 10

      Last Update :2023-08-02

      Investment limits

      There are no investment limits on the company shares as per the amended rules for Qualified Foreign Financial Institutions Investment in Listed Securities and Instructions for the Foreign Strategic Investors Ownership in Listed Companies based on company bylaw and the issued instructions by the related regulators and supervisory authorities.

      • Company Details
      • BOARD OF DIRECTORS AND SENIOR EXECUTIVES INFORMATION
      • Date Established

        2008/01/16

      • Financial Year End

        31/12

      • Listing Date

        2022/03/29

      • External Auditors

        [Ernst & Young Professional Services Professional LLC]

      • ISIN CODE

        SA15HG50KL10

      • Number of Employees

        636

      • Chairman

        Mohammed bin Manea S. Aballala
        Non - Executive

        Mohammed bin Manea S. Aballala

        • BD Session Start

          2022-01-09

          Designation

          Chairman

        • BD Session End

          2025-01-08

          Classification

          Non - Executive

      • Board of Directors

        Ibrahim bin Ali H. Musallam Deputy Chairman - Non Executive

        Ibrahim bin Ali H. Musallam

        • BD Session Start

          2022-01-09

          Designation

          Board of Directors

        • BD Session End

          2025-01-08

          Classification

          Deputy Chairman - Non Executive

        Ayman bin Abdulrahman H. AlShibl Independent

        Ayman bin Abdulrahman H. AlShibl

        • BD Session Start

          2022-01-09

          Designation

          Board of Directors

        • BD Session End

          2025-01-08

          Classification

          Independent

        Fekry Youssef Mohamed Non - Executive

        Fekry Youssef Mohamed

        • BD Session Start

          2022-01-09

          Designation

          Board of Directors

        • BD Session End

          2025-01-08

          Classification

          Non - Executive

        Mohammed bin Ahmad M. AlShehhi Non - Executive

        Mohammed bin Ahmad M. AlShehhi

        • BD Session Start

          2022-01-09

          Designation

          Board of Directors

        • BD Session End

          2025-01-08

          Classification

          Non - Executive

        Majed bin Ali H. Musallam Non - Executive

        Majed bin Ali H. Musallam

        • BD Session Start

          2022-01-09

          Designation

          Board of Directors

        • BD Session End

          2025-01-08

          Classification

          Non - Executive

        Abdulelah bin Othman N. AlSaleh Independent

        Abdulelah bin Othman N. AlSaleh

        • BD Session Start

          2022-01-09

          Designation

          Board of Directors

        • BD Session End

          2025-01-08

          Classification

          Independent

        Abdulsalam bin Abdullah A. AlDuraibi Independent

        Abdulsalam bin Abdullah A. AlDuraibi

        • BD Session Start

          2022-01-09

          Designation

          Board of Directors

        • BD Session End

          2025-01-08

          Classification

          Independent

        Savas Sahin Non - Executive

        Savas Sahin

        • BD Session Start

          2022-01-09

          Designation

          Board of Directors

        • BD Session End

          2025-01-08

          Classification

          Non - Executive

      • Senior Executives

        Muhammad Shoaib Mushtaq Ahmed CFO

        Muhammad Shoaib Mushtaq Ahmed

        • BD Session Start

          2022-09-19

          Designation

          Senior Executives

        • BD Session End

          -

          Classification

          CFO

        Christopher Gerard Warwick CEO

      Christopher Gerard Warwick

      • BD Session Start

        2024-01-01

        Designation

        Senior Executives

      • BD Session End

        -

        Classification

        CEO

      Investor Relations

      Contact Name:

      Shahad Marwan Rajkhan

      Company Address:

      Najran City Building No 7847 PO Box 66244 Additional No 3181 Unit No 2

      Contact Details:

      Telephone:966175292264
      Fax: 966175238722
      Email: srajkhan@amak.com.sa

      Company Website:

      www.amak.com.sa


      Add To Watchlist

      In your Watchlist

      Add To Watchlist

      The Capital Market Authority and Saudi Exchange take no responsibility for the contents of these disclosures, make no representations as to its accuracy or completeness, and expressly disclaim any liability whatsoever for any loss arising from, or incurred in reliance upon, any part of these disclosures, and the issuer accepts full responsibility for the accuracy of the information contained in it and confirms, having made all reasonable enquiries, that to the best of their knowledge and belief, there are no other facts or information the omission of which would make the disclosure misleading, incomplete or inaccurate.

      ";$(domElement).append(notes);} $(tableElement).find('td').addClass('text-center'); $(tableElement).find('th').addClass('text-center'); $('.financials_Tab_Dtl_box').find('td').addClass('text-center');},error:function(error){$(domElement).html("Couldn't retreive the required information, kindly check later.");}});};function renderForeginOwnerShip(domElement){$.ajax({url:'p0/IZ7_5A602H80O0VC4060O4GML81G57=CZ6_5A602H80OGF2E0QF9BQDEG10K4=NJforeginOwnerShip=/',data: {symbol:'1322'},dataType: 'html',type:'GET',success:function(response){//console.log(response);$(domElement).html(response);$(domElement).show();},error:function(error){$(domElement).html("Couldn't retreive the required information, kindly check later.");}});}/* $(".applyBtn").click(function (e) {var end = $('#datepicker [name="end"]').datepicker({dateFormat:'YYYY-MM-DD'}).val();var start = $('#datepicker [name="start"]').datepicker({dateFormat:'YYYY-MM-DD'}).val();alert(start,"with dates",end);start="2021-11-01";end="2021-12-31";console.log("***********hi ",start,"with dates",end);renderBoardOFDirectortDates(start,end);}); */function renderBoardOFDirectortDates(start,end){var fromDate = ($("#drp_start").val()).substring(6,10)+'/'+($("#drp_start").val()).substring(3,5)+'/'+($("#drp_start").val()).substring(0,2);var toDate = ($("#drp_end").val()).substring(6,10)+'/'+($("#drp_end").val()).substring(3,5)+'/'+($("#drp_end").val()).substring(0,2);$.ajax({url:'p0/IZ7_5A602H80O0VC4060O4GML81G57=CZ6_5A602H80OGF2E0QF9BQDEG10K4=NJhistoricalBoardMembersWithDates=/',data: {symbol:'1322',fromDate:fromDate,toDate:toDate},dataType: 'html',type:'GET',success:function(response){//console.log(response);$('#boardOfDirector').html(response);//foreignGraph();},error:function(error){$(domElement).html("Couldn't retreive the required information, kindly check later.");}});}function renderMajorShareHolder(domElement,history){if(history==1){domElement = domElement.parentElement.parentElement;var fromDate = ($("#drp_start_shareHolder").val()).substring(6,10)+'/'+($("#drp_start_shareHolder").val()).substring(3,5)+'/'+($("#drp_start_shareHolder").val()).substring(0,2);var toDate = ($("#drp_end_shareHolder").val()).substring(6,10)+'/'+($("#drp_end_shareHolder").val()).substring(3,5)+'/'+($("#drp_end_shareHolder").val()).substring(0,2);}//console.log(fromDate);//console.log(toDate);$.ajax({url:'p0/IZ7_5A602H80O0VC4060O4GML81G57=CZ6_5A602H80OGF2E0QF9BQDEG10K4=NJhistoryOfMajorShareHolder=/',data: {symbol:'1322',fromDate:fromDate,toDate:toDate,history:history},dataType: 'html',type:'GET',success:function(response){//console.log(response);$(domElement).html(response);$(domElement).show();//foreignGraph();},error:function(error){$(domElement).html("Couldn't retreive the required information, kindly check later.");}});} /* function renderPeerComparison(){var peerid= $('.selectpicker2').selectpicker('val').join('###');$.ajax({url:'p0/IZ7_5A602H80O0VC4060O4GML81G57=CZ6_5A602H80OGF2E0QF9BQDEG10K4=NJpeerComparison=/',data: {symbol:'1322',peerID: peerid},dataType: 'html',type:'GET',success:function(response){console.log(response);$('#peercompDT').html(response);//$(domElement).html(response);//$(domElement).show();//foreignGraph();$('.companySlct_box').hide();},error:function(error){//$(domElement).html("Couldn't retreive the required information, kindly check later.");}});} */$('.selectpicker2').selectpicker();
      Company Profile Main Market (2024)
      Top Articles
      Latest Posts
      Article information

      Author: Patricia Veum II

      Last Updated:

      Views: 6277

      Rating: 4.3 / 5 (44 voted)

      Reviews: 91% of readers found this page helpful

      Author information

      Name: Patricia Veum II

      Birthday: 1994-12-16

      Address: 2064 Little Summit, Goldieton, MS 97651-0862

      Phone: +6873952696715

      Job: Principal Officer

      Hobby: Rafting, Cabaret, Candle making, Jigsaw puzzles, Inline skating, Magic, Graffiti

      Introduction: My name is Patricia Veum II, I am a vast, combative, smiling, famous, inexpensive, zealous, sparkling person who loves writing and wants to share my knowledge and understanding with you.